From eafb2107dd176c60730f2c11a1c66d878064703c Mon Sep 17 00:00:00 2001 From: KENTARO OKUDA Date: Fri, 1 May 2020 09:43:08 -0400 Subject: Fix Typos --- docs/dev/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev/architecture.md') diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 3a337c574..cee916c09 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -46,7 +46,7 @@ can be quickly updated for small modifications. Some of the components of this repository are generated through automatic processes. `cargo xtask codegen` runs all generation tasks. Generated code is -commited to the git repository. +committed to the git repository. In particular, `cargo xtask codegen` generates: @@ -114,7 +114,7 @@ is responsible for guessing a HIR for a particular source position. Underneath, HIR works on top of salsa, using a `HirDatabase` trait. `ra_hir_xxx` crates have a strong ECS flavor, in that they work with raw ids and -directly query the databse. +directly query the database. The top-level `ra_hir` façade crate wraps ids into a more OO-flavored API. -- cgit v1.2.3