We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7551407 commit 324367cCopy full SHA for 324367c
constraints/miden-vm/stack.air
@@ -1,4 +1,4 @@
1
-mod StacktAir
+mod StackAir
2
3
### Helper functions ##############################################################################
4
@@ -202,7 +202,7 @@ fn compute_op_flags(op_bits: vector[8]) -> vector[88]:
202
203
### Helper evaluators #############################################################################
204
205
-# Enforces that the provided columns must be binary.
+# Enforces that the provided columns are binary.
206
ev is_binary([a]):
207
enf a^2 = a
208
0 commit comments