Skip to content

Commit fa3835c

Browse files
docs: Missing word typo
1 parent c1b0516 commit fa3835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/goto_declaration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use crate::{
1616
//
1717
// This is the same as `Go to Definition` with the following exceptions:
1818
// - outline modules will navigate to the `mod name;` item declaration
19-
// - trait assoc items will navigate to the assoc item of the trait declaration opposed to the trait impl
19+
// - trait assoc items will navigate to the assoc item of the trait declaration as opposed to the trait impl
2020
// - fields in patterns will navigate to the field declaration of the struct, union or variant
2121
pub(crate) fn goto_declaration(
2222
db: &RootDatabase,

0 commit comments

Comments
 (0)