Skip to content

Commit 5fc5d8d

Browse files
(pr-feedback) mani linked list
Co-authored-by: Jonathan Pallant <[email protected]>
1 parent 9980c1e commit 5fc5d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise-book/src/kani-linked-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The same principles apply to other, more complex data structures like trees, gra
2323
1. Create a new library project `kani-linked-list`, copy the code from below
2424
2. Set up Kani support for the project
2525
3. Add Kani proof for `remove_at` method.
26-
4. If Kani discovers bugs in the method generate playback tests.
26+
4. If Kani discovers bugs in the method, then generate playback tests.
2727
5. Fix bugs in the code.
2828

2929
### Starting code

0 commit comments

Comments
 (0)