]> git.lizzy.rs Git - rust.git/blobdiff - crates/ra_ide/src/goto_implementation.rs
Specify actions
[rust.git] / crates / ra_ide / src / goto_implementation.rs
index a5a296d228b9aad685e99502a8d843a3ee330e43..622a094e60019c8893754503e0a9a579aa7eaedb 100644 (file)
@@ -6,7 +6,7 @@
 
 use crate::{display::ToNav, FilePosition, NavigationTarget, RangeInfo};
 
-// Feature: Go To Implementation
+// Feature: Go to Implementation
 //
 // Navigates to the impl block of structs, enums or traits. Also implemented as a code lens.
 //