From 4ae2af21a578f73ddc0fe7cca340ca89ca3792c6 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:48:26 -0400 Subject: [PATCH] Update nssa/src/state.rs Co-authored-by: Sergio Chouhy <41742639+schouhy@users.noreply.github.com> --- nssa/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nssa/src/state.rs b/nssa/src/state.rs index 77495e9..1817445 100644 --- a/nssa/src/state.rs +++ b/nssa/src/state.rs @@ -43,7 +43,7 @@ impl CommitmentSet { self.commitments.contains_key(commitment) } - /// Initializes a CommitmentState with a given capacity. + /// Initializes an empty `CommitmentSet` with a given capacity. /// If the capacity is not a power_of_two, then capacity is taken /// to be the next power_of_two. pub(crate) fn with_capacity(capacity: usize) -> CommitmentSet {