Update ERC721.sol

This commit is contained in:
Hadrien Croubois
2023-07-14 08:41:30 +02:00
committed by GitHub
parent b982e2a808
commit f404802d55

View File

@ -346,7 +346,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
* Requirements: * Requirements:
* *
* - `to` cannot be the zero address. * - `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. * Emits a {Transfer} event.
*/ */