From 6b17fc6d07894569d83c7ea26016074243764b35 Mon Sep 17 00:00:00 2001 From: David Huber Date: Wed, 21 Jan 2026 16:34:58 +0200 Subject: [PATCH] Fix comment --- src/sales/SettlementSale.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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