From f97a9921dfe9080c6a804a2c8510f4a41c441de5 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 13 Jan 2019 19:54:28 +0100 Subject: Fix some random typos --- crates/ra_ide_api_light/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/ra_ide_api_light/src/lib.rs') diff --git a/crates/ra_ide_api_light/src/lib.rs b/crates/ra_ide_api_light/src/lib.rs index bc9bee752..72fba9402 100644 --- a/crates/ra_ide_api_light/src/lib.rs +++ b/crates/ra_ide_api_light/src/lib.rs @@ -1,7 +1,7 @@ -//! This crate provides thouse IDE features which use only a single file. +//! This crate provides those IDE features which use only a single file. //! -//! This usually means functions which take sytnax tree as an input and produce -//! an edit or some auxilarly info. +//! This usually means functions which take syntax tree as an input and produce +//! an edit or some auxiliary info. pub mod assists; mod extend_selection; -- cgit v1.2.3