From aaef88db0e2602e010f78e26a80d974be12c1f71 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 15 Jan 2020 16:53:01 +0100 Subject: [PATCH] Typos --- crates/ra_hir/src/source_analyzer.rs | 2 +- crates/ra_ide/src/syntax_highlighting.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ra_hir/src/source_analyzer.rs b/crates/ra_hir/src/source_analyzer.rs index 186dd2411fb..4f8fc960202 100644 --- a/crates/ra_hir/src/source_analyzer.rs +++ b/crates/ra_hir/src/source_analyzer.rs @@ -33,7 +33,7 @@ use crate::{ }; /// `SourceAnalyzer` is a convenience wrapper which exposes HIR API in terms of -/// original source files. It should not be used pinside the HIR itself. +/// original source files. It should not be used inside the HIR itself. #[derive(Debug)] pub struct SourceAnalyzer { file_id: HirFileId, diff --git a/crates/ra_ide/src/syntax_highlighting.rs b/crates/ra_ide/src/syntax_highlighting.rs index e514f9a2c17..0411977b9e6 100644 --- a/crates/ra_ide/src/syntax_highlighting.rs +++ b/crates/ra_ide/src/syntax_highlighting.rs @@ -317,7 +317,7 @@ mod tests { use crate::mock_analysis::{single_file, MockAnalysis}; #[test] - fn te3st_highlighting() { + fn test_highlighting() { let (analysis, file_id) = single_file( r#" #[derive(Clone, Debug)]