Skip to content

"ret", "prev" and "goes" are "fixed" when using en-us #592

@embe-pw

Description

@embe-pw

Running typos (v1.12.8, binary from GitHub release) with typos.toml containing:

[default]
locale = "en-us"

causes some interesting suggestions:

error: `ret` should be `ert`
  --> ./foo.txt:1:1
  |
1 | ret
  | ^^^
  |
error: `prev` should be `perv`
  --> ./foo.txt:2:1
  |
2 | prev
  | ^^^^
  |
error: `goes` should be `ges`
  --> ./foo.txt:3:1
  |
3 | goes
  | ^^^^
  |

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions