Skip to content

Commit 6fe76d3

Browse files
committed
fixed typo in contract docstring
1 parent 21ed063 commit 6fe76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spot-vaults/contracts/_strategies/SpotPricer.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ contract SpotPricer is IPerpPricer, IMetaOracle {
139139
// Owner only methods
140140

141141
/// @notice Updates spot's discount factor.
142-
/// @param p New discount factor.
142+
/// @param d New discount factor.
143143
function updateSpotDiscountFactor(uint256 d) external onlyOwner {
144144
spotDiscountFactor = d;
145145
}

0 commit comments

Comments
 (0)