|
@@ -67,7 +67,7 @@ interface IERC721 is IERC165 {
|
|
|
* - `from` cannot be the zero address.
|
|
|
* - `to` cannot be the zero address.
|
|
|
* - `tokenId` token must exist and be owned by `from`.
|
|
|
- * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
|
|
|
+ * - If the caller is not `from`, it must have been allowed to move this token by either {approve} or {setApprovalForAll}.
|
|
|
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
|
|
|
*
|
|
|
* Emits a {Transfer} event.
|