Skip to content

Commit 80d393f

Browse files
authored
Merge pull request #716 from MoMannn/typo
Fix typo.
2 parents 362c6c0 + 67080dd commit 80d393f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: packages/0xcert-ethereum-erc721-contracts/src/contracts/nf-token-enumerable.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ contract NFTokenEnumerable is
445445
}
446446

447447
/**
448-
* @dev Helper function that actually does the safeTransfer.
448+
* @dev Helper function that actually does the safeTransferFrom.
449449
* @param _from The current owner of the NFT.
450450
* @param _to The new owner.
451451
* @param _tokenId The NFT to transfer.

Diff for: packages/0xcert-ethereum-erc721-contracts/src/contracts/nf-token-metadata-enumerable.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ contract NFTokenMetadataEnumerable is
542542
}
543543

544544
/**
545-
* @dev Helper function that actually does the safeTransfer.
545+
* @dev Helper function that actually does the safeTransferFrom.
546546
* @param _from The current owner of the NFT.
547547
* @param _to The new owner.
548548
* @param _tokenId The NFT to transfer.

Diff for: packages/0xcert-ethereum-erc721-contracts/src/contracts/nf-token-metadata.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ contract NFTokenMetadata is
430430
}
431431

432432
/**
433-
* @dev Helper function that actually does the safeTransfer.
433+
* @dev Helper function that actually does the safeTransferFrom.
434434
* @param _from The current owner of the NFT.
435435
* @param _to The new owner.
436436
* @param _tokenId The NFT to transfer.

Diff for: packages/0xcert-ethereum-erc721-contracts/src/contracts/nf-token.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ contract NFToken is
333333
}
334334

335335
/**
336-
* @dev Helper function that actually does the safeTransfer.
336+
* @dev Helper function that actually does the safeTransferFrom.
337337
* @notice Limitation of this safeTransferFrom implementation is that contract cannot receiver NFT
338338
* tokens inside its constructor.
339339
* @param _from The current owner of the NFT.

0 commit comments

Comments
 (0)