harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
expr main (to worried about)

let message "Did you mean the progressive form?"
let description "Fixes incorrect use of `to worried about`."
let becomes ["to worry about", "too worried about"]

test "I don't want you to worried about it." "I don't want you to worry about it."
test "I don't want you to worried about it." "I don't want you too worried about it."