diff --git a/src/sales/SettlementSale.sol b/src/sales/SettlementSale.sol index 1c2e109..9f6769e 100644 --- a/src/sales/SettlementSale.sol +++ b/src/sales/SettlementSale.sol @@ -60,8 +60,7 @@ import {TokenAmount, WalletTokenAmount} from "sales/interfaces/types.sol"; /// /// ## Closed Stage /// -/// After the commitment stage closes (either automatically at the scheduled timestamp or manually by the sale manager), the sale enters the Closed stage. -/// In this stage, no new bids can be submitted. The sale manager can reopen the commitment stage, proceed directly to settlement, or proceed to the cancellation or settlement stage. +/// No new commitments can be submitted in this stage. The sale manager can reopen the commitment stage, proceed directly to settlement, or proceed to the cancellation or settlement stage. /// Note: Once the sale moves from Closed to Cancellation or Settlement, the commitment stage cannot be reopened. /// /// Transitions to: Commitment, Cancellation, Settlement