Skip to content

Commit 01a21d2

Browse files
authored
Merge pull request #260 from 0xcert/fulldecent-patch-3
Allow women, and more, to own tokens
2 parents a9bb47a + a63a50a commit 01a21d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/tokens/nf-token.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ contract NFToken is
4545
mapping (uint256 => address) internal idToApproval;
4646

4747
/**
48-
* @dev Mapping from owner address to count of his tokens.
48+
* @dev Mapping from owner address to count of their tokens.
4949
*/
5050
mapping (address => uint256) private ownerToNFTokenCount;
5151

0 commit comments

Comments
 (0)