diff --git a/contracts/token/ERC721/ERC721.sol b/contracts/token/ERC721/ERC721.sol index 0dab20f3a..f5f75f4dd 100644 --- a/contracts/token/ERC721/ERC721.sol +++ b/contracts/token/ERC721/ERC721.sol @@ -346,7 +346,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er * Requirements: * * - `to` cannot be the zero address. - * - `tokenId` token must be owned by `from`. + * - `tokenId` token must exists and be owned by `from`. * * Emits a {Transfer} event. */