Skip to content

Commit 337083f

Browse files
authored
Update executor/src/witgen/machines/machine_extractor.rs
1 parent f50e99d commit 337083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: executor/src/witgen/machines/machine_extractor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ fn try_as_intermediate_ref<T: FieldElement>(expr: &Expression<T>) -> Option<(Pol
494494
}
495495
}
496496

497-
/// Returns all intermediate columns referenced in the identities as a map to their name.
497+
/// Returns all intermediate columns referenced in the expression as a map to their name.
498498
/// Follows intermediate references recursively.
499499
fn intermediates_in_expressions<'a, T: FieldElement>(
500500
expressions: impl Iterator<Item = &'a AlgebraicExpression<T>>,

0 commit comments

Comments
 (0)