From a2fdb41ace4de7737a3ba0e4ef5e68d0a41e924d Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 20 Nov 2018 17:33:27 +0300 Subject: fix typo --- crates/ra_analysis/src/imp.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_analysis/src') diff --git a/crates/ra_analysis/src/imp.rs b/crates/ra_analysis/src/imp.rs index 61296215c..e1493bdaa 100644 --- a/crates/ra_analysis/src/imp.rs +++ b/crates/ra_analysis/src/imp.rs @@ -216,8 +216,8 @@ impl AnalysisImpl { .sweep(salsa::SweepStrategy::default().discard_values()); Ok(query.search(&buf)) } - /// This return `Vec`: a module may be inclucded from several places. - /// We don't handle this case yet though, so the Vec has length at most one. + /// This return `Vec`: a module may be included from several places. We + /// don't handle this case yet though, so the Vec has length at most one. pub fn parent_module(&self, position: FilePosition) -> Cancelable> { let descr = match ModuleDescriptor::guess_from_position(&*self.db, position)? { None => return Ok(Vec::new()), -- cgit v1.2.3