Skip to content

Commit

Permalink
Update contracts/token/ERC721/ERC721.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ernesto García <ernestognw@gmail.com>
  • Loading branch information
frangio and ernestognw authored Aug 9, 2023
1 parent 7b26030 commit 7249414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC721/ERC721.sol
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
* Requirements:
*
* - `to` cannot be the zero address.
* - `tokenId` token must exists and be owned by `from`.
* - `tokenId` token must be owned by `from`.
*
* Emits a {Transfer} event.
*/
Expand Down

0 comments on commit 7249414

Please sign in to comment.