We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50e99d commit 337083fCopy full SHA for 337083f
executor/src/witgen/machines/machine_extractor.rs
@@ -494,7 +494,7 @@ fn try_as_intermediate_ref<T: FieldElement>(expr: &Expression<T>) -> Option<(Pol
494
}
495
496
497
-/// Returns all intermediate columns referenced in the identities as a map to their name.
+/// Returns all intermediate columns referenced in the expression as a map to their name.
498
/// Follows intermediate references recursively.
499
fn intermediates_in_expressions<'a, T: FieldElement>(
500
expressions: impl Iterator<Item = &'a AlgebraicExpression<T>>,
0 commit comments