Skip to content

Commit

Permalink
fixed typo in contract docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Sep 18, 2024
1 parent 21ed063 commit 6fe76d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot-vaults/contracts/_strategies/SpotPricer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
// Owner only methods

/// @notice Updates spot's discount factor.
/// @param p New discount factor.
/// @param d New discount factor.
function updateSpotDiscountFactor(uint256 d) external onlyOwner {
spotDiscountFactor = d;
}
Expand Down

0 comments on commit 6fe76d3

Please sign in to comment.