diff options
author | Dave Lage <[email protected]> | 2020-08-15 21:37:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-15 21:37:44 +0100 |
commit | d31634940dbe0b301fb9a99cbd4b8288c78f0e96 (patch) | |
tree | 3f6abd4f13c41e617f89917e25571aa2145ade73 /crates/ide | |
parent | b5023e25e37a88be690ed2379138eec422865bda (diff) |
Fix typo in comment
Diffstat (limited to 'crates/ide')
-rw-r--r-- | crates/ide/src/inlay_hints.rs | 2 |
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 |