Rollup merge of #91358 - kd-collective:fix_typo, r=cjgillot

Fix small typo

Fix a typo in code commenting!
`accross` -> `across`
This commit is contained in:
Yuki Okushi 2021-11-30 17:29:10 +09:00 committed by GitHub
commit 56c838cdc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2094,7 +2094,7 @@ const OUTPUT_REPLACEMENTS: &[(char, &str)] = &[
('\t', " "), // We do our own tab replacement
('\u{200D}', ""), // Replace ZWJ with nothing for consistent terminal output of grapheme clusters.
('\u{202A}', ""), // The following unicode text flow control characters are inconsistently
('\u{202B}', ""), // supported accross CLIs and can cause confusion due to the bytes on disk
('\u{202B}', ""), // supported across CLIs and can cause confusion due to the bytes on disk
('\u{202D}', ""), // not corresponding to the visible source code, so we replace them always.
('\u{202E}', ""),
('\u{2066}', ""),