Skip to content

Commit

Permalink
chore: improve natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpawlowski committed Oct 3, 2024
1 parent e64ca4a commit 650497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/EVCUtil.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract contract EVCUtil {
_;
}

/// @notice Ensures a standard authentication path on the EVC allowing the account owner or any EVC account.
/// @notice Ensures a standard authentication path on the EVC allowing the account owner or any of its EVC account.
/// @dev This modifier checks if the caller is the EVC and if so, verifies the execution context.
/// It reverts if the operator is authenticated, control collateral is in progress, or checks are in progress.
/// @dev This modifier must not be used on functions utilized by liquidation flows, i.e. transfer or withdraw.
Expand Down

0 comments on commit 650497d

Please sign in to comment.