Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/ide/src/references.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/references.rs b/crates/ide/src/references.rs
index d9882d1221..f7f00cf831 100644
--- a/crates/ide/src/references.rs
+++ b/crates/ide/src/references.rs
@@ -105,7 +105,7 @@ pub struct Declaration {
/// - `(` after tuple struct/variant: Shows tuple literal initializations
/// - `;` after unit struct: Shows unit literal initializations
/// - Type name in definition: Shows all initialization usages
-/// In these cases, other kinds of references (like type references) are filtered out.
+/// In these cases, other kinds of references (like type references) are filtered out.
pub(crate) fn find_all_refs(
sema: &Semantics<'_, RootDatabase>,
position: FilePosition,