Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
fix small typo in docs and comments Fixed `the the` to `the`, as far as I found.
This commit is contained in:
commit
bcdbe79f0c
8 changed files with 8 additions and 8 deletions
|
@ -110,7 +110,7 @@ symbols! {
|
|||
// called `sym::proc_macro` because then it's easy to mistakenly think it
|
||||
// represents "proc_macro".
|
||||
//
|
||||
// As well as the symbols listed, there are symbols for the the strings
|
||||
// As well as the symbols listed, there are symbols for the strings
|
||||
// "0", "1", ..., "9", which are accessible via `sym::integer`.
|
||||
//
|
||||
// The proc macro will abort if symbols are not in alphabetical order (as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue