Skip to content

Commit

Permalink
Fix incorrect environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
thederekkaplan committed Jul 10, 2024
1 parent 0d4a8d4 commit 33034bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/src/verify/counterexample.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Printing Counterexamples

Prusti can print counterexamples for verification failures, i.e., values for variables that violate some assertion or pre-/postcondition.
This can be enabled by setting [`counterexample = true`](https://viperproject.github.io/prusti-dev/dev-guide/config/flags.html#counterexample) in the `Prusti.toml` file, or with the `PRUSTI_COUNTEREXAMPLES=true` environment variable.
This can be enabled by setting [`counterexample = true`](https://viperproject.github.io/prusti-dev/dev-guide/config/flags.html#counterexample) in the `Prusti.toml` file, or with the `PRUSTI_COUNTEREXAMPLE=true` environment variable.

For example:
```rust,noplaypen
Expand Down

0 comments on commit 33034bd

Please sign in to comment.