Skip to content

Commit

Permalink
Update ABIEncoding.swift
Browse files Browse the repository at this point in the history
Delete redundant empty line within DocC comment.
  • Loading branch information
yaroslavyaroslav authored Dec 12, 2022
1 parent 8894757 commit 764bee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Core/EthereumABI/ABIEncoding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public struct ABIEncoder {
/// Performs ABI encoding conforming to [the documentation of encoding](https://docs.soliditylang.org/en/develop/abi-spec.html#basic-design) in Solidity.
///
/// **It does not add the data offset for dynamic types!!** To return single value **with data offset** use the following instead:
///
/// ```swift
/// ABIEncoder.encode(types: [type], values: [value] as [AnyObject])
/// ```
Expand Down

0 comments on commit 764bee0

Please sign in to comment.