Skip to content

Commit 39687dc

Browse files
authored
Cosmetic change, remove return name, thank you @Nanolucas
1 parent 19a5f63 commit 39687dc

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
@@ -242,7 +242,7 @@ interface ERC721Enumerable /* is ERC721 */ {
242242
/// @param _index A counter less than `balanceOf(_owner)`
243243
/// @return The token identifier for the `_index`th NFT assigned to `_owner`,
244244
/// (sort order not specified)
245-
function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256 _tokenId);
245+
function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256);
246246
}
247247
```
248248

0 commit comments

Comments
 (0)