We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9506f62 + 8f3fd85 commit c348bb6Copy full SHA for c348bb6
src/libsyntax_pos/symbol.rs
@@ -136,7 +136,7 @@ impl Decodable for Ident {
136
}
137
138
/// 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
+/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index!` reserves
140
/// the last 256 values for tagging purposes.
141
///
142
/// Note that `Symbol` cannot directly be a `newtype_index!` because it implements
0 commit comments