We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb43eb commit d51247aCopy full SHA for d51247a
tutorial/FrameConditions.md
@@ -54,7 +54,7 @@ clause was `assigns \everything`. Then in method `test` the call of
54
`increment1` is specified as potentially changing every memory location,
55
including `counter2` in this example.
56
57
-You can also write `assignss \nothing`, which means no memory locations
+You can also write `assigns \nothing`, which means no memory locations
58
may be assigned to.
59
60
So now our example looks like this:
0 commit comments