Skip to content

Commit 977fef7

Browse files
bors[bot]lnicola
andauthored
Merge #9821
9821: minor: Fix typo in reference modifier description r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents caac771 + 1b7cdac commit 977fef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub struct HlRange {
140140
// library:: Emitted for items that are defined outside of the current crate.
141141
// mutable:: Emitted for mutable locals and statics as well as functions taking `&mut self`.
142142
// public:: Emitted for items that are from the current crate and are `pub`.
143-
// reference: Emitted for locals behind a reference and functions taking `self` by reference.
143+
// reference:: Emitted for locals behind a reference and functions taking `self` by reference.
144144
// static:: Emitted for "static" functions, also known as functions that do not take a `self` param, as well as statics and consts.
145145
// trait:: Emitted for associated trait items.
146146
// unsafe:: Emitted for unsafe operations, like unsafe function calls, as well as the `unsafe` token.

0 commit comments

Comments
 (0)