We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60076bb commit 8f3fd85Copy full SHA for 8f3fd85
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