5770: Fix typo in comment r=kjeremy a=rockerBOO



Co-authored-by: Dave Lage <rockerboo@gmail.com>
This commit is contained in:
bors[bot] 2020-08-15 20:47:08 +00:00 committed by GitHub
commit 3b206ff756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ pub struct InlayHint {
// rust-analyzer shows additional information inline with the source code.
// Editors usually render this using read-only virtual text snippets interspersed with code.
//
// rust-analyzer shows hits for
// rust-analyzer shows hints for
//
// * types of local variables
// * names of function arguments