Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/tutorial-loop-unwinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You can do this by putting this into your `Cargo.toml` file:

```toml
[workspace.metadata.kani.flags]
default-unwind = 1
default-unwind = "1"
```

## Bounded proof
Expand Down
2 changes: 1 addition & 1 deletion docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For example, if you want to set a default loop unwinding bound (when it's not ot

```toml
[package.metadata.kani.flags]
default-unwind = 1
default-unwind = "1"
```

The options here are the same as on the command line (`cargo kani --help`), and flags (that is, command line arguments that don't take a value) are enabled by setting them to `true`.
Expand Down
Loading