Skip to content

Commit d51247a

Browse files
author
davidcok
committed
Editing FrameConditions
1 parent cdb43eb commit d51247a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/FrameConditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ clause was `assigns \everything`. Then in method `test` the call of
5454
`increment1` is specified as potentially changing every memory location,
5555
including `counter2` in this example.
5656

57-
You can also write `assignss \nothing`, which means no memory locations
57+
You can also write `assigns \nothing`, which means no memory locations
5858
may be assigned to.
5959

6060
So now our example looks like this:

0 commit comments

Comments
 (0)