diff options
author | Aaron Loucks <[email protected]> | 2020-06-03 11:55:27 +0100 |
---|---|---|
committer | Aaron Loucks <[email protected]> | 2020-06-03 11:55:27 +0100 |
commit | ed866892640214d315d3e9503ccaed96ca87ccc0 (patch) | |
tree | ae0bce4a3a2594dc0e83049d9fbe472505adb5ed /docs | |
parent | 85c4edb0afbc7cc855c434e5e7ec69aa469e0c4b (diff) |
Update generated feature docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/generated_features.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_features.adoc b/docs/user/generated_features.adoc index 12812fa0b..4b93b759f 100644 --- a/docs/user/generated_features.adoc +++ b/docs/user/generated_features.adoc | |||
@@ -76,7 +76,7 @@ Navigates to the type of an identifier. | |||
76 | 76 | ||
77 | 77 | ||
78 | === Hover | 78 | === Hover |
79 | **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ra_ide/src/hover.rs#L63[hover.rs] | 79 | **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ra_ide/src/hover.rs#L58[hover.rs] |
80 | 80 | ||
81 | Shows additional information, like type of an expression or documentation for definition when "focusing" code. | 81 | Shows additional information, like type of an expression or documentation for definition when "focusing" code. |
82 | Focusing is usually hovering with a mouse, but can also be triggered with a shortcut. | 82 | Focusing is usually hovering with a mouse, but can also be triggered with a shortcut. |