Fix typo in comment

This commit is contained in:
Dave Lage 2020-08-15 16:37:44 -04:00 committed by GitHub
parent b5023e25e3
commit d31634940d
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