diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-09-23 14:54:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 14:54:07 +0200 |
| commit | bcdbe79f0c3597849eb12617b9df4aab860a8ccf (patch) | |
| tree | bc30e1f58ab871b0a4b0eff5b01b605a6ab34ec3 /compiler/rustc_span/src | |
| parent | a40d79c9fb185d6eb85f9a9c41dd9e203b2820a0 (diff) | |
| parent | 16047d46a10813a25e956e659b8861cc67c20cd2 (diff) | |
| download | rust-bcdbe79f0c3597849eb12617b9df4aab860a8ccf.tar.gz rust-bcdbe79f0c3597849eb12617b9df4aab860a8ccf.zip | |
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.
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 60688d26d4c..2d5c6451d1a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -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 |
