From 19a59675346de96acc97475b8edb19616f3da98c Mon Sep 17 00:00:00 2001 From: MoNyAvA Date: Mon, 5 Jan 2026 18:47:47 +0100 Subject: [PATCH] fix(stark): correct logup_batch_size doc comment --- crates/stark/src/chip.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/stark/src/chip.rs b/crates/stark/src/chip.rs index cc3f844e8..ae9db2652 100644 --- a/crates/stark/src/chip.rs +++ b/crates/stark/src/chip.rs @@ -168,7 +168,7 @@ where 1 << self.log_quotient_degree } - /// Returns the log2 of the batch size. + /// Returns the batch size. #[inline] pub const fn logup_batch_size(&self) -> usize { 1 << self.log_quotient_degree