aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_api/src/lib.rs')
-rw-r--r--crates/ra_ide_api/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/lib.rs b/crates/ra_ide_api/src/lib.rs
index 2e1768951..9c5a82187 100644
--- a/crates/ra_ide_api/src/lib.rs
+++ b/crates/ra_ide_api/src/lib.rs
@@ -243,7 +243,7 @@ impl Query {
243 } 243 }
244} 244}
245 245
246/// `NavigationTarget` represents and element in the editor's UI whihc you can 246/// `NavigationTarget` represents and element in the editor's UI which you can
247/// click on to navigate to a particular piece of code. 247/// click on to navigate to a particular piece of code.
248/// 248///
249/// Typically, a `NavigationTarget` corresponds to some element in the source 249/// Typically, a `NavigationTarget` corresponds to some element in the source