Prechádzať zdrojové kódy

Fix comment in ERC721Consecutive (#3778)

Co-authored-by: Francisco <frangio.1@gmail.com>
matthiasgeihs 3 rokov pred
rodič
commit
25fe191202

+ 1 - 1
contracts/token/ERC721/extensions/ERC721Consecutive.sol

@@ -73,7 +73,7 @@ abstract contract ERC721Consecutive is IERC2309, ERC721 {
      * - `batchSize` must not be greater than {_maxBatchSize}.
      * - The function is called in the constructor of the contract (directly or indirectly).
      *
-     * CAUTION: Does not emit a `Transfer` event. This is ERC721 compliant as long as it is done outside of the
+     * CAUTION: Does not emit a `Transfer` event. This is ERC721 compliant as long as it is done inside of the
      * constructor, which is enforced by this function.
      *
      * CAUTION: Does not invoke `onERC721Received` on the receiver.