Skip to content

Commit

Permalink
docs: minor improvements
Browse files Browse the repository at this point in the history
Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com>
  • Loading branch information
MathisGD authored Feb 29, 2024
1 parent 9be4684 commit c575b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libraries/EventsLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ library EventsLib {
/// @notice Emitted when the admin is set for a vault.
event SetAdmin(address indexed vault, address admin);

/// @notice Emitted when the admin changes the `fee` for a vault.
/// @notice Emitted when the fee is set for a vault.
event SetFee(address indexed vault, uint256 fee);

/// @notice Emitted when the admin transfers the fee for a vault.
/// @notice Emitted when the fee is transfered for a vault.
event TransferFee(address indexed vault, uint256 amount, address indexed feeRecipient);

/// @notice Emitted when the admin updates some flow caps for a vault.
/// @notice Emitted when the flow caps are set for a vault.
event SetFlowCaps(address indexed vault, FlowCapsConfig[] config);
}

0 comments on commit c575b0b

Please sign in to comment.