From 8939cb783541d41fb21185865243754432e078d5 Mon Sep 17 00:00:00 2001 From: lfg2 Date: Thu, 12 Dec 2024 19:34:22 +0800 Subject: [PATCH] Documentation: Fix README.adoc (#5361) --- contracts/utils/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/utils/README.adoc b/contracts/utils/README.adoc index 432b806e3..8f08a8698 100644 --- a/contracts/utils/README.adoc +++ b/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]