Fix typos
This commit is contained in:
@@ -299,7 +299,7 @@ fn symbols_with_errors(input: TokenStream) -> (TokenStream, Vec<syn::Error>) {
|
||||
let output = quote! {
|
||||
const SYMBOL_DIGITS_BASE: u32 = #symbol_digits_base;
|
||||
|
||||
/// The number of predefined symbols; this is the the first index for
|
||||
/// The number of predefined symbols; this is the first index for
|
||||
/// extra pre-interned symbols in an Interner created via
|
||||
/// [`Interner::with_extra_symbols`].
|
||||
pub const PREDEFINED_SYMBOLS_COUNT: u32 = #predefined_symbols_count;
|
||||
|
||||
Reference in New Issue
Block a user