Skip to content

Commit

Permalink
fix: natspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
junkim012 committed Jul 6, 2024
1 parent 3da1aad commit 45427e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/periphery/IonLens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract IonLens is IIonLens {
}

/**
* @return The total amount of collateral in the pool.
* @return The total amount of collateral types in the pool.
*/
function ilkCount(IIonPool pool) external view returns (uint256) {
IonPoolStorage storage $ = _getIonPoolStorage();
Expand Down
4 changes: 2 additions & 2 deletions src/vault/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ contract Vault is ERC4626, Multicall, AccessControlDefaultAdminRules, Reentrancy

/**
* @notice Update allocation caps for specified IonPools or the IDLE pool.
* @dev The allocation caps are applied to pools in the order of the array
* within `supportedMarkets`. The elements inside `ionPools` must exist in
* @dev The allocation caps are applied to pools in the order of the
* `ionPool` array argument. The elements inside `ionPools` must exist in
* `supportedMarkets`. To update the `IDLE` pool, use the `IDLE` constant
* address.
* @param ionPools The array of IonPools whose caps will be updated.
Expand Down

0 comments on commit 45427e1

Please sign in to comment.