Skip to content

Commit c3f8b76

Browse files
authored
Fix docs links to ERC165 (#5096)
1 parent 442886e commit c3f8b76

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
@@ -16,7 +16,7 @@ Miscellaneous contracts and libraries containing utility functions you can use t
1616
* {ReentrancyGuardTransient}: Variant of {ReentrancyGuard} that uses transient storage (https://eips.ethereum.org/EIPS/eip-1153[EIP-1153]).
1717
* {Pausable}: A common emergency response mechanism that can pause functionality while a remediation is pending.
1818
* {Nonces}: Utility for tracking and verifying address nonces that only increment.
19-
* {ERC165, ERC165Checker}: Utilities for inspecting interfaces supported by contracts.
19+
* {ERC165}, {ERC165Checker}: Utilities for inspecting interfaces supported by contracts.
2020
* {BitMaps}: A simple library to manage boolean value mapped to a numerical index in an efficient way.
2121
* {EnumerableMap}: A type like Solidity's https://solidity.readthedocs.io/en/latest/types.html#mapping-types[`mapping`], but with key-value _enumeration_: this will let you know how many entries a mapping has, and iterate over them (which is not possible with `mapping`).
2222
* {EnumerableSet}: Like {EnumerableMap}, but for https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets]. Can be used to store privileged accounts, issued IDs, etc.

0 commit comments

Comments
 (0)