diff --git a/src/interfaces/IEjectionManager.sol b/src/interfaces/IEjectionManager.sol index 89f4faad..5ead07cb 100644 --- a/src/interfaces/IEjectionManager.sol +++ b/src/interfaces/IEjectionManager.sol @@ -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.