Skip to content

Commit

Permalink
refactor: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Jan 27, 2025
1 parent bc86a5f commit e0859fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IEjectionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ interface IEjectionManager is IEjectionManagerErrors, IEjectionManagerEvents {
) external view returns (bool);

/*
* @notice Returns the stake ejection at `index` for quorum `quorumNumber`.
* @notice Returns the stake ejected for a quorum `quorumNumber` at array offset `index`.
* @param quorumNumber The quorum number to query.
* @param index The index in the ejection history.
* @return timestamp The timestamp of the ejection.
Expand Down

0 comments on commit e0859fc

Please sign in to comment.