Skip to content

Commit 44381fe

Browse files
fix typo
Co-authored-by: jschneider-bensch <[email protected]>
1 parent 4af2714 commit 44381fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engine/names/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `hax-engine-names`
22

33
## Purpose of the crate
4-
The create `hax-engine-names` is a dummy crate that contains all the
4+
The crate `hax-engine-names` is a dummy crate that contains all the
55
Rust names the engine should be aware of.
66

77
For instance, the engine needs to know about `Some` and `None` to
@@ -29,8 +29,8 @@ Note this will also make `Option` available.
2929

3030
## How names are generated in OCaml
3131
The subcrate `hax-engine-names-extract` runs `cargo hax into json` on
32-
the crate `hax-engine-names`, and extract all the names it finds,
33-
along with other informations.
32+
the crate `hax-engine-names`, and extracts all the names it finds,
33+
along with other information.
3434

3535
Those names are compiled into the enumeration type
3636
`Concrete_ident_generated.name`. You can look at those names by

0 commit comments

Comments
 (0)