We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9bb47a + a63a50a commit 01a21d2Copy full SHA for 01a21d2
src/contracts/tokens/nf-token.sol
@@ -45,7 +45,7 @@ contract NFToken is
45
mapping (uint256 => address) internal idToApproval;
46
47
/**
48
- * @dev Mapping from owner address to count of his tokens.
+ * @dev Mapping from owner address to count of their tokens.
49
*/
50
mapping (address => uint256) private ownerToNFTokenCount;
51
0 commit comments