Fix some grammar / spelling mistakes

This commit is contained in:
Jonas Platte 2021-07-26 10:12:41 +02:00
parent 5983d3745a
commit c0107d2ea6
No known key found for this signature in database
GPG key ID: 7D261D771D915378
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ mod handlers {
pub(crate) mod unresolved_module;
pub(crate) mod unresolved_proc_macro;
// The handlers bellow are unusual, the implement the diagnostics as well.
// The handlers below are unusual, the implement the diagnostics as well.
pub(crate) mod field_shorthand;
pub(crate) mod useless_braces;
pub(crate) mod unlinked_file;