Browse Source

Documentation: Fix README.adoc (#5361)

lfg2 10 months ago
parent
commit
8939cb7835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/utils/README.adoc

+ 1 - 1
contracts/utils/README.adoc

@@ -42,7 +42,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
  * {Context}: A utility for abstracting the sender and calldata in the current execution context.
  * {Packing}: A library for packing and unpacking multiple values into bytes32
  * {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].
- * {Comparators}: A library that contains comparator functions to use with with the {Heap} library.
+ * {Comparators}: A library that contains comparator functions to use with the {Heap} library.
  * {CAIP2}, {CAIP10}: Libraries for formatting and parsing CAIP-2 and CAIP-10 identifiers.
 
 [NOTE]