Update unconstrained_stark.rs (#1578)

This commit is contained in:
yanziseeker 2024-04-22 21:54:03 +08:00 committed by GitHub
parent 72c1c90748
commit 56e1b98d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ use crate::evaluation_frame::StarkFrame;
use crate::stark::Stark;
use crate::util::trace_rows_to_poly_values;
/// A trace wirh arbitrary values
/// A trace with arbitrary values
#[derive(Copy, Clone)]
struct UnconstrainedStark<F: RichField + Extendable<D>, const D: usize> {
num_rows: usize,