Skip to content

Commit

Permalink
Fix typos in natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Jul 29, 2024
1 parent 26fc9b9 commit 6c44385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/L1/L1Resolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ contract L1Resolver is IExtendedResolver, ERC165, Ownable {
|| ERC165(rootResolver).supportsInterface(interfaceID);
}

/// @notice Internal method for completing `resolve` inteded for the `rootResolver`.
/// @notice Internal method for completing `resolve` intended for the `rootResolver`.
///
/// @dev The `PublicResolver` located at `rootResolver` does not implement the `resolve(bytes,bytes)` method.
/// This method completes the resolution request by staticalling `rootResolver` with the resolve request.
/// This method completes the resolution request by staticcalling `rootResolver` with the resolve request.
/// Implementation matches the ENS `ExtendedResolver:resolve(bytes,bytes)` method with the exception that it `staticcall`s the
/// the `rootResolver` instead of `address(this)`.
///
Expand Down

0 comments on commit 6c44385

Please sign in to comment.