File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ can be quickly updated for small modifications.
46
46
47
47
Some of the components of this repository are generated through automatic
48
48
processes. ` cargo xtask codegen ` runs all generation tasks. Generated code is
49
- commited to the git repository.
49
+ committed to the git repository.
50
50
51
51
In particular, ` cargo xtask codegen ` generates:
52
52
@@ -114,7 +114,7 @@ is responsible for guessing a HIR for a particular source position.
114
114
Underneath, HIR works on top of salsa, using a ` HirDatabase ` trait.
115
115
116
116
` ra_hir_xxx ` crates have a strong ECS flavor, in that they work with raw ids and
117
- directly query the databse .
117
+ directly query the database .
118
118
119
119
The top-level ` ra_hir ` façade crate wraps ids into a more OO-flavored API.
120
120
You can’t perform that action at this time.
0 commit comments