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 9980c1e commit 5fc5d8dCopy full SHA for 5fc5d8d
exercise-book/src/kani-linked-list.md
@@ -23,7 +23,7 @@ The same principles apply to other, more complex data structures like trees, gra
23
1. Create a new library project `kani-linked-list`, copy the code from below
24
2. Set up Kani support for the project
25
3. Add Kani proof for `remove_at` method.
26
-4. If Kani discovers bugs in the method generate playback tests.
+4. If Kani discovers bugs in the method, then generate playback tests.
27
5. Fix bugs in the code.
28
29
### Starting code
0 commit comments