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