Skip to content

Commit 817fc32

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
docs update
1 parent e5e7a16 commit 817fc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/IERC165.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
*Interface of the ERC165 standard, as defined in the https://eips.ethereum.org/EIPS/eip-165[EIP]. Implementers can declare support of contract interfaces, which can then be queried by others ({ERC165Checker}). For an implementation, see {ERC165}.*
9+
1010

1111
## Methods
1212

@@ -18,7 +18,7 @@ function supportsInterface(bytes4 interfaceId) external view returns (bool)
1818

1919

2020

21-
*Returns true if this contract implements the interface defined by `interfaceId`. See the corresponding https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section] to learn more about how these ids are created. This function call must use less than 30 000 gas.*
21+
2222

2323
#### Parameters
2424

0 commit comments

Comments
 (0)