Skip to content

Commit 4d33cdc

Browse files
Merge #4242
4242: Fix Typos r=jonas-schievink a=lonesometraveler Co-authored-by: KENTARO OKUDA <[email protected]>
2 parents 0b59be5 + eafb210 commit 4d33cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ can be quickly updated for small modifications.
4646

4747
Some of the components of this repository are generated through automatic
4848
processes. `cargo xtask codegen` runs all generation tasks. Generated code is
49-
commited to the git repository.
49+
committed to the git repository.
5050

5151
In particular, `cargo xtask codegen` generates:
5252

@@ -114,7 +114,7 @@ is responsible for guessing a HIR for a particular source position.
114114
Underneath, HIR works on top of salsa, using a `HirDatabase` trait.
115115

116116
`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.
118118

119119
The top-level `ra_hir` façade crate wraps ids into a more OO-flavored API.
120120

0 commit comments

Comments
 (0)