Skip to content

Commit

Permalink
Cosmetic change, remove return name, thank you @Nanolucas
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored Mar 7, 2018
1 parent 19a5f63 commit 39687dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-721.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ interface ERC721Enumerable /* is ERC721 */ {
/// @param _index A counter less than `balanceOf(_owner)`
/// @return The token identifier for the `_index`th NFT assigned to `_owner`,
/// (sort order not specified)
function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256 _tokenId);
function tokenOfOwnerByIndex(address _owner, uint256 _index) external view returns (uint256);
}
```

Expand Down

0 comments on commit 39687dc

Please sign in to comment.