Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn Zech <cmzech@amazon.com>
  • Loading branch information
jaisnan and carolynzech committed Sep 20, 2024
1 parent b9e7943 commit dc98adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/tools/kani.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For a more detailed tutorial, you can refer to the [tutorial section of the Kani

## Using Kani to verify the Rust Standard Library

Here is a short tutorial to get started with using Kani to verify some proofs that you write for the standard library.
Here is a short tutorial of how to use Kani to verify proofs for the standard library.

### Step 1 - Add some proofs to your copy of the model-checking std

Expand Down Expand Up @@ -124,7 +124,7 @@ For example, in your local copy of the verify repo, run the following command.
kani verify-std --harness harness_introduction -Z unstable-options "./library" --target-dir "/tmp" -Z function-contracts -Z mem-predicates
```

This gives you the verification result for just `harness_introduction` from the afore-mentioned blob.
This gives you the verification result for just `harness_introduction` from the aforementioned blob.

```
RESULTS:
Expand Down

0 comments on commit dc98adc

Please sign in to comment.