Skip to content

Commit 987b844

Browse files
chore: fix typos
1 parent 5598c4d commit 987b844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EulerSwapFactory.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {EVCUtil} from "ethereum-vault-connector/utils/EVCUtil.sol";
1111
contract EulerSwapFactory is IEulerSwapFactory, EVCUtil {
1212
/// @dev An array to store all pools addresses.
1313
address[] public allPools;
14-
/// @dev Mapping between a euler account and deployed pool that is currently set as operator
14+
/// @dev Mapping between euler account and deployed pool that is currently set as operator
1515
mapping(address eulerAccount => address operator) public eulerAccountToPool;
1616

1717
event PoolDeployed(
@@ -97,7 +97,7 @@ contract EulerSwapFactory is IEulerSwapFactory, EVCUtil {
9797
return allPoolsList;
9898
}
9999

100-
/// @notice Validates operator authorization for a euler account. First checks if the account has an existing operator
100+
/// @notice Validates operator authorization for euler account. First checks if the account has an existing operator
101101
/// and ensures it is deauthorized. Then verifies the new pool is authorized as an operator. Finally, updates the
102102
/// mapping to track the new pool as the account's operator.
103103
/// @param eulerAccount The address of the euler account.

0 commit comments

Comments
 (0)