Skip to content

Commit c348bb6

Browse files
authored
Rollup merge of #59957 - krk:fix-doctypo-symbol, r=jonas-schievink
Add missing backtick to Symbol documentation.
2 parents 9506f62 + 8f3fd85 commit c348bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl Decodable for Ident {
136136
}
137137

138138
/// A symbol is an interned or gensymed string. The use of `newtype_index!` means
139-
/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index! reserves
139+
/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index!` reserves
140140
/// the last 256 values for tagging purposes.
141141
///
142142
/// Note that `Symbol` cannot directly be a `newtype_index!` because it implements

0 commit comments

Comments
 (0)