We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6dec88 + 8f3fd85 commit 02b02cfCopy full SHA for 02b02cf
src/libsyntax_pos/symbol.rs
@@ -225,7 +225,7 @@ impl Decodable for Ident {
225
}
226
227
/// 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
+/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index!` reserves
229
/// the last 256 values for tagging purposes.
230
///
231
/// Note that `Symbol` cannot directly be a `newtype_index!` because it implements
0 commit comments