Skip to content

Commit ac9594a

Browse files
committed
Typo
1 parent 0b7b389 commit ac9594a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/v3/contracts/network/BancorNetwork.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ contract BancorNetwork is IBancorNetwork, Upgradeable, OwnedUpgradeable, Reentra
841841
bytes32 r,
842842
bytes32 s
843843
) private {
844-
// neither the network token or ETH support EIP2612 permit requests
844+
// neither the network token nor ETH support EIP2612 permit requests
845845
require(pool != IReserveToken(address(_networkToken)) && !pool.isNativeToken(), "ERR_PERMIT_UNSUPPORTED");
846846

847847
// permit the amount the caller is trying to deposit. Please note, that if the base token doesn't support

0 commit comments

Comments
 (0)