Skip to content

Commit 7249414

Browse files
frangioernestognw
andauthored
Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Ernesto García <[email protected]>
1 parent 7b26030 commit 7249414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/token/ERC721/ERC721.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
344344
* Requirements:
345345
*
346346
* - `to` cannot be the zero address.
347-
* - `tokenId` token must exists and be owned by `from`.
347+
* - `tokenId` token must be owned by `from`.
348348
*
349349
* Emits a {Transfer} event.
350350
*/

0 commit comments

Comments
 (0)