Documentation: Fix README.adoc (#5361)

pull/5362/head
lfg2 2 months ago committed by GitHub
parent 2875a0f782
commit 8939cb7835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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]

Loading…
Cancel
Save