Skip to content

Commit

Permalink
chore: Remove typos in docs (#5529)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Zetzsche <120379523+stefan-aws@users.noreply.github.com>
  • Loading branch information
fabiomadge and stefan-aws authored Jun 20, 2024
1 parent 9400252 commit e3273ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DafnyRef/Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ The `-` operator implements a map difference operator. Here the LHS
is a `map<K,V>` or `imap<K,V>` and the RHS is a `set<K>` (but not an `iset`); the operation removes
from the LHS all the (key,value) pairs whose key is a member of the RHS set.

To avoid cuasing circular reasoning chains or providing too much informatino that might
To avoid causing circular reasoning chains or providing too much information that might
complicate Dafny's prover finding proofs, not all properties of maps are known by the prover by default.
For example, the following does not prove:
<!-- %check-verify Types.25.expect -->
Expand Down

0 comments on commit e3273ad

Please sign in to comment.