Skip to content

Commit 7c417ff

Browse files
committed
doc: finalize sentance
1 parent 8abc893 commit 7c417ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/helpers/GenericHarvester.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ contract GenericHarvester is BaseHarvester, IERC3156FlashBorrower, RouterSwapper
257257
/// some yieldBearingAsset that can then be used for people looking to burn stablecoins
258258
/// @dev Due to potential transaction fees within the Transmuter, this function doesn't exactly bring
259259
/// `yieldBearingAsset` to the target exposure
260-
/// @dev scale is a number between 0 and 1e9 that represents the proportion of the
260+
/// @dev scale is a number between 0 and 1e9 that represents the proportion of the agToken to harvest,
261261
/// it is used to lower the amount of the asset to harvest for exemple to have a lower slippage
262262
function harvest(address yieldBearingAsset, uint256 scale, bytes calldata extraData) public virtual {
263263
if (scale > 1e9) revert InvalidParam();

0 commit comments

Comments
 (0)