From e0859fc3cce4ee286df94a4fb6b4c68a38108334 Mon Sep 17 00:00:00 2001
From: "clandestine.eth" <96172957+0xClandestine@users.noreply.github.com>
Date: Mon, 27 Jan 2025 11:26:32 -0500
Subject: [PATCH] refactor: improve comment

---
 src/interfaces/IEjectionManager.sol | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.