Skip to content

Commit

Permalink
capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Mar 7, 2024
1 parent 1096a49 commit 9193897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/constraints/evaluator/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ where

// combine all evaluations into a single column
let combined_evaluations = if self.air.trace_info().has_lagrange_kernel_aux_column() {
// if present, linearly combine the lagrange kernel evaluations too
// if present, linearly combine the Lagrange kernel evaluations too
let main_and_aux_evaluations = evaluation_table.combine();

let lagrange_kernel_combined_evals =
Expand Down

0 comments on commit 9193897

Please sign in to comment.