Skip to content

Commit 47e16b4

Browse files
author
C. Brown
authored
Update eip-721 natspec
1 parent c70df15 commit 47e16b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-721.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ interface ERC721 /* is ERC165 */ {
7373
function balanceOf(address _owner) external view returns (uint256);
7474
7575
/// @notice Find the owner of an NFT
76-
/// @param _tokenId The identifier for an NFT
7776
/// @dev NFTs assigned to zero address are considered invalid, and queries
7877
/// about them do throw.
78+
/// @param _tokenId The identifier for an NFT
7979
/// @return The address of the owner of the NFT
8080
function ownerOf(uint256 _tokenId) external view returns (address);
8181

0 commit comments

Comments
 (0)