diff --git a/packages/perennial-account/contracts/types/RebalanceConfig.sol b/packages/perennial-account/contracts/types/RebalanceConfig.sol index b19968524..3b6e5e9e1 100644 --- a/packages/perennial-account/contracts/types/RebalanceConfig.sol +++ b/packages/perennial-account/contracts/types/RebalanceConfig.sol @@ -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; }