Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dict): Handle cases from Linux #252

Merged
merged 2 commits into from May 18, 2021
Merged

fix(dict): Handle cases from Linux #252

merged 2 commits into from May 18, 2021

Commits on May 18, 2021

  1. refactor(dict): Allow 0..n corrections in BuiltIn

    The main use case is taking `ther` -> `there` and adding `the` and
    `their`.
    Ed Page committed May 18, 2021
    Copy the full SHA
    fb0dac4 View commit details
    Browse the repository at this point in the history
  2. fix(dict): Handle cases from Linux

    These were found while running `typos` on Linux and inspecting a
    sampling of the results.  crate-ci#249 represents additional changes to make.
    There were some identifiers, that looked like hardware registers, that
    I'm unsure of what can be done for them.
    Ed Page committed May 18, 2021
    Copy the full SHA
    639e65b View commit details
    Browse the repository at this point in the history