aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lage <[email protected]>2020-08-15 21:37:44 +0100
committerGitHub <[email protected]>2020-08-15 21:37:44 +0100
commitd31634940dbe0b301fb9a99cbd4b8288c78f0e96 (patch)
tree3f6abd4f13c41e617f89917e25571aa2145ade73
parentb5023e25e37a88be690ed2379138eec422865bda (diff)
Fix typo in comment
-rw-r--r--crates/ide/src/inlay_hints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs
index 002adf915..596bc872d 100644
--- a/crates/ide/src/inlay_hints.rs
+++ b/crates/ide/src/inlay_hints.rs
@@ -43,7 +43,7 @@ pub struct InlayHint {
43// rust-analyzer shows additional information inline with the source code. 43// rust-analyzer shows additional information inline with the source code.
44// Editors usually render this using read-only virtual text snippets interspersed with code. 44// Editors usually render this using read-only virtual text snippets interspersed with code.
45// 45//
46// rust-analyzer shows hits for 46// rust-analyzer shows hints for
47// 47//
48// * types of local variables 48// * types of local variables
49// * names of function arguments 49// * names of function arguments