mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: typos
This commit is contained in:
parent
97770bdd02
commit
83605f803a
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ If there is any ambiguity (multiple possible corrections), `typos` will just rep
|
|||
|
||||
Sometimes, what looks like a typo is intentional, like with people's names, acronyms, or localized content.
|
||||
|
||||
To mark a word or an identifer (grouping of words) as valid, add it your [`_typos.toml`](docs/reference.md) by declaring itself as the valid spelling:
|
||||
To mark a word or an identifier (grouping of words) as valid, add it your [`_typos.toml`](docs/reference.md) by declaring itself as the valid spelling:
|
||||
```toml
|
||||
[default.extend-identifiers]
|
||||
# *sigh* this just isn't worth the cost of fixing
|
||||
|
|
|
@ -356,7 +356,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn test_calculate_visible_column_width_simple_emojis() {
|
||||
// First non-component emojis of each gropus in "Full Emoji List, v14.0"
|
||||
// First non-component emojis of each groups in "Full Emoji List, v14.0"
|
||||
// https://unicode.org/Public/emoji/14.0/emoji-test.txt
|
||||
let simple_emojis = [
|
||||
"😀", /* U+1F600 */
|
||||
|
|
Loading…
Reference in a new issue