From 8f70c8867e31d2d2f212ecea079b1f1afecb0440 Mon Sep 17 00:00:00 2001 From: Muhammad Anas Baig Date: Sun, 23 Jan 2022 15:05:41 +0500 Subject: [PATCH] Fix typo in ERC721.sol (#3127) --- contracts/token/ERC721/ERC721.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC721/ERC721.sol b/contracts/token/ERC721/ERC721.sol index 7b26343ac..b88a30bbb 100644 --- a/contracts/token/ERC721/ERC721.sol +++ b/contracts/token/ERC721/ERC721.sol @@ -100,7 +100,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata { /** * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each * token will be the concatenation of the `baseURI` and the `tokenId`. Empty - * by default, can be overriden in child contracts. + * by default, can be overridden in child contracts. */ function _baseURI() internal view virtual returns (string memory) { return "";