Commit 787564c5 authored by sam-goldman's avatar sam-goldman Committed by GitHub

nft: N-09 Typographical errors (#3492)

Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 8c189ba2
...@@ -16,7 +16,7 @@ import { Semver } from "@eth-optimism/contracts-bedrock/contracts/universal/Semv ...@@ -16,7 +16,7 @@ import { Semver } from "@eth-optimism/contracts-bedrock/contracts/universal/Semv
* @title L1ERC721Bridge * @title L1ERC721Bridge
* @notice The L1 ERC721 bridge is a contract which works together with the L2 ERC721 bridge to * @notice The L1 ERC721 bridge is a contract which works together with the L2 ERC721 bridge to
* make it possible to transfer ERC721 tokens between Optimism and Ethereum. This contract * make it possible to transfer ERC721 tokens between Optimism and Ethereum. This contract
* acts as an escrow for ERC721 tokens deposted into L2. * acts as an escrow for ERC721 tokens deposited into L2.
*/ */
contract L1ERC721Bridge is Semver, CrossDomainEnabled, OwnableUpgradeable { contract L1ERC721Bridge is Semver, CrossDomainEnabled, OwnableUpgradeable {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment