From ef49bbeec430586b847a0ef84264b7afaf36112a Mon Sep 17 00:00:00 2001 From: David Lattimore Date: Tue, 30 Jun 2020 10:43:37 +1000 Subject: Fix some typos --- crates/ra_ide/src/ssr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_ide/src') diff --git a/crates/ra_ide/src/ssr.rs b/crates/ra_ide/src/ssr.rs index 6cb96608b..9f8e540c0 100644 --- a/crates/ra_ide/src/ssr.rs +++ b/crates/ra_ide/src/ssr.rs @@ -4,7 +4,7 @@ use ra_ide_db::{symbol_index::SymbolsDatabase, RootDatabase}; use crate::SourceFileEdit; use ra_ssr::{MatchFinder, SsrError, SsrRule}; -// Feature: Structural Seach and Replace +// Feature: Structural Search and Replace // // Search and replace with named wildcards that will match any expression, type, path, pattern or item. // The syntax for a structural search replace command is ` ==>> `. -- cgit v1.2.3