aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/src/lib.rs
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-13 18:55:44 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-13 18:55:44 +0000
commitd3dfafd393e1c42494af5a15e319ba884c30f9aa (patch)
tree22db5bb67c938665fb63b11294022159bf7f1a23 /crates/ra_ide_api_light/src/lib.rs
parent6fb13cd535f854d9d82ca3a08086a29263db9ccd (diff)
parentf97a9921dfe9080c6a804a2c8510f4a41c441de5 (diff)
Merge #530
530: Fix some random typos r=matklad a=killercup Co-authored-by: Pascal Hertleif <[email protected]>
Diffstat (limited to 'crates/ra_ide_api_light/src/lib.rs')
-rw-r--r--crates/ra_ide_api_light/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
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 @@
1//! This crate provides thouse IDE features which use only a single file. 1//! This crate provides those IDE features which use only a single file.
2//! 2//!
3//! This usually means functions which take sytnax tree as an input and produce 3//! This usually means functions which take syntax tree as an input and produce
4//! an edit or some auxilarly info. 4//! an edit or some auxiliary info.
5 5
6pub mod assists; 6pub mod assists;
7mod extend_selection; 7mod extend_selection;