Skip to content

Commit

Permalink
improved natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Oct 12, 2024
1 parent 0660bd9 commit 4d8105e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { UFixed6, UFixed6Lib } from "@equilibria/root/number/types/UFixed6.sol";
struct RebalanceConfig {
/// @dev Percentage of collateral from the group to deposit into the market
UFixed6 target;
/// @dev Ratio of market collateral to target at which keepers may rebalance
/// @dev Ratio of market collateral to target after which keepers may rebalance
UFixed6 threshold;
}

Expand Down

0 comments on commit 4d8105e

Please sign in to comment.