Skip to content

Commit

Permalink
Merge pull request #580 from jasondavies/readme-typos
Browse files Browse the repository at this point in the history
Fix typos in README.
  • Loading branch information
W95Psp authored Mar 24, 2024
2 parents 2da1000 + e3eaac9 commit 7e36635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ manager</a> <i>(with <a href="https://nixos.wiki/wiki/Flakes">flakes</a> enabled
## Supported Subset of the Rust Language
Hax indenteds to support full Rust, with the two following exceptions, promoting a functional style:
Hax intends to support full Rust, with the two following exceptions, promoting a functional style:
1. no `unsafe` code (see https://github.com/hacspec/hax/issues/417);
2. mutable references (aka `&mut T`) on return types or when aliasing (see https://github.com/hacspec/hax/issues/420).
Expand All @@ -107,7 +107,7 @@ You can also just use [direnv](https://github.com/nix-community/nix-direnv), wit
- `rust-frontend/`: Rust library that hooks in the rust compiler and
extract its internal typed abstract syntax tree
[**THIR**](https://rustc-dev-guide.rust-lang.org/thir.html) as JSON.
- `engine/`: the simplication and elaboration engine that translate
- `engine/`: the simplification and elaboration engine that translates
programs from the Rust language to various backends (see `engine/backends/`).
- `cli/`: the `hax` subcommand for Cargo.

Expand Down

0 comments on commit 7e36635

Please sign in to comment.