Skip to content

Commit 399b7a9

Browse files
committed
fix: natspec for new undelegate error
1 parent bbd23f5 commit 399b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/horizon/contracts/interfaces/internal/IHorizonStakingMain.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ interface IHorizonStakingMain {
434434
error HorizonStakingInsufficientDelegationTokens(uint256 tokens, uint256 minTokens);
435435

436436
/**
437-
* @notice Thrown when the minimum token amount required for delegation with beneficiary is not met.
437+
* @notice Thrown when the minimum token amount required for undelegation with beneficiary is not met.
438438
* @param tokens The actual token amount
439439
* @param minTokens The minimum required token amount
440440
*/

0 commit comments

Comments
 (0)