Skip to content

Commit

Permalink
Merge branch 'main' into toolchain-2023-11-06
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Nov 6, 2023
2 parents 195eda5 + 6cb6526 commit d9e5d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial-first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A trace is a record of exactly how execution proceeded, including concrete choic
To get a trace for a failing check in Kani, run:

```
cargo kani --visualize
cargo kani --visualize --enable-unstable
```

This command runs Kani and generates an HTML report that includes a trace.
Expand Down

0 comments on commit d9e5d91

Please sign in to comment.