You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/utils/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
42
42
* {Context}: A utility for abstracting the sender and calldata in the current execution context.
43
43
* {Packing}: A library for packing and unpacking multiple values into bytes32
44
44
* {Panic}: A library to revert with https://docs.soliditylang.org/en/v0.8.20/control-structures.html#panic-via-assert-and-error-via-require[Solidity panic codes].
45
-
* {Comparators}: A library that contains comparator functions to use with with the {Heap} library.
45
+
* {Comparators}: A library that contains comparator functions to use with the {Heap} library.
46
46
* {CAIP2}, {CAIP10}: Libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers.
0 commit comments