Skip to content

Commit

Permalink
fix typo in the IPMRMLib.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Jan 10, 2025
1 parent 2199785 commit e5cbc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IPMRMLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface IPMRMLib {
uint basePercent;
/// @dev Contingency applied to perps held in the portfolio, multiplied by spot.
uint perpPercent;
/// @dev Factor for multiplying number of naked shorts (per strike) in the portfolio, multipled by spot.
/// @dev Factor for multiplying number of naked shorts (per strike) in the portfolio, multiplied by spot.
uint optionPercent;
}

Expand Down

0 comments on commit e5cbc76

Please sign in to comment.