Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore fix typos #359

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion test/account/unit-tests/Permit.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ contract UNIT_AccountPermit is Test, AccountTestBase {
// depost 1000 coolToken for account2
mintAndDeposit(alice, accountId2, coolToken, coolAsset, tokenSubId, tradeAmount);

// premits and signature arrays
// permits and signature arrays
IAllowances.PermitAllowance[] memory permits = new IAllowances.PermitAllowance[](2);
bytes[] memory signatures = new bytes[](2);

Expand Down
Loading