We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b59be5 + eafb210 commit 4d33cdcCopy full SHA for 4d33cdc
docs/dev/architecture.md
@@ -46,7 +46,7 @@ can be quickly updated for small modifications.
46
47
Some of the components of this repository are generated through automatic
48
processes. `cargo xtask codegen` runs all generation tasks. Generated code is
49
-commited to the git repository.
+committed to the git repository.
50
51
In particular, `cargo xtask codegen` generates:
52
@@ -114,7 +114,7 @@ is responsible for guessing a HIR for a particular source position.
114
Underneath, HIR works on top of salsa, using a `HirDatabase` trait.
115
116
`ra_hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and
117
-directly query the databse.
+directly query the database.
118
119
The top-level `ra_hir` façade crate wraps ids into a more OO-flavored API.
120
0 commit comments