Skip to content

Commit c3cafb6

Browse files
committed
PR comments
1 parent fcd48ca commit c3cafb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/L2/resolver/AddrResolver.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ abstract contract AddrResolver is IAddrResolver, IAddressResolver, ResolverBase
136136

137137
/// @notice Determine if `coinType` is for an EVM address.
138138
///
139-
/// @param coinType The network-as-coin type.
139+
/// @param coinType The network as a coinType.
140140
///
141-
/// @return `true` if coin type represents an EVM address, else `false`.
141+
/// @return `true` if coinType represents an EVM address, else `false`.
142142
function isEVMCoinType(uint256 coinType) internal pure returns (bool) {
143143
return coinType == COIN_TYPE_DEFAULT || chainFromCoinType(coinType) > 0;
144144
}

0 commit comments

Comments
 (0)