removes invalid character in comments (#2571)
(cherry picked from commit fc004c0ad2)
This commit is contained in:
committed by
Hadrien Croubois
parent
f07c39be8a
commit
6505e28c40
@ -223,7 +223,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
|
||||
* @dev Safely mints `tokenId` and transfers it to `to`.
|
||||
*
|
||||
* Requirements:
|
||||
d*
|
||||
*
|
||||
* - `tokenId` must not exist.
|
||||
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user