Skip to content

Commit 8939cb7

Browse files
authored
Documentation: Fix README.adoc (#5361)
1 parent 2875a0f commit 8939cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
4242
* {Context}: A utility for abstracting the sender and calldata in the current execution context.
4343
* {Packing}: A library for packing and unpacking multiple values into bytes32
4444
* {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.
4646
* {CAIP2}, {CAIP10}: Libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers.
4747

4848
[NOTE]

0 commit comments

Comments
 (0)