Source code spell checker
Find a file
Ed Page 166e2630c0 fix(parse): Don't assume boundary characters are one byte
This was inspired by heck.  They have an invariant to ensure this isn't
a problem (only accept `_` as boundary) while on the other hand we
accept a lot of things as boundaries.
2019-07-06 21:54:45 -06:00
assets Initial commit 2019-01-22 15:01:33 -07:00
benches fix: Rename to typos 2019-07-03 19:22:36 -06:00
docs docs: Re-arrange comparison 2019-07-06 19:11:03 -06:00
src fix(parse): Don't assume boundary characters are one byte 2019-07-06 21:54:45 -06:00
.clog.toml Initial commit 2019-01-22 15:01:33 -07:00
.gitattributes Initial commit 2019-01-22 15:01:33 -07:00
.gitignore Initial commit 2019-01-22 15:01:33 -07:00
.travis.yml chore(CI): Update rustc 2019-06-14 14:26:13 -06:00
appveyor.yml Initial commit 2019-01-22 15:01:33 -07:00
build.rs feat(parse): Process words composing symbols 2019-06-15 22:21:40 -06:00
Cargo.lock fix: Rename to typos 2019-07-03 19:22:36 -06:00
Cargo.toml fix: Rename to typos 2019-07-03 19:22:36 -06:00
CHANGELOG.md Initial commit 2019-01-22 15:01:33 -07:00
CONTRIBUTING.md fix: Rename to typos 2019-07-03 19:22:36 -06:00
LICENSE-APACHE Initial commit 2019-01-22 15:01:33 -07:00
LICENSE-MIT Initial commit 2019-01-22 15:01:33 -07:00
README.md docs: Update appveyor link 2019-07-05 08:09:13 -06:00

typos

Source code spell checker

Travis Status Appveyor Status Documentation License Crates Status

Install

About

Contribute

License

Licensed under either of

at your option.