From 0b8fbb4fad97d2980f0070a23f5365a5ed887e2a Mon Sep 17 00:00:00 2001 From: Marcus Klaas de Vries Date: Wed, 9 Jan 2019 00:47:12 +0100 Subject: Fix typos in ARCHITECTURE.md and a number of crates specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir --- crates/ra_hir/src/macros.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/ra_hir/src/macros.rs') diff --git a/crates/ra_hir/src/macros.rs b/crates/ra_hir/src/macros.rs index eb1c86091..e455b2ad5 100644 --- a/crates/ra_hir/src/macros.rs +++ b/crates/ra_hir/src/macros.rs @@ -4,9 +4,9 @@ /// that is produced after expansion. See `HirFileId` and `MacroCallId` for how /// do we do that. /// -/// When file-management question is resolved, all that is left is a token tree -/// to token tree transformation plus hygent. We don't have either of thouse -/// yet, so all macros are string based at the moment! +/// When the file-management question is resolved, all that is left is a +/// token-tree-to-token-tree transformation plus hygiene. We don't have either of +/// those yet, so all macros are string based at the moment! use std::sync::Arc; use ra_db::LocalSyntaxPtr; -- cgit v1.2.3