Skip to content

Commit 02b02cf

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

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
@@ -225,7 +225,7 @@ impl Decodable for Ident {
225225
}
226226

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

0 commit comments

Comments
 (0)