Skip to content

Commit 764bee0

Browse files
Update ABIEncoding.swift
Delete redundant empty line within DocC comment.
1 parent 8894757 commit 764bee0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Core/EthereumABI/ABIEncoding.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ public struct ABIEncoder {
194194
/// Performs ABI encoding conforming to [the documentation of encoding](https://docs.soliditylang.org/en/develop/abi-spec.html#basic-design) in Solidity.
195195
///
196196
/// **It does not add the data offset for dynamic types!!** To return single value **with data offset** use the following instead:
197-
///
198197
/// ```swift
199198
/// ABIEncoder.encode(types: [type], values: [value] as [AnyObject])
200199
/// ```

0 commit comments

Comments
 (0)