harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
9
expr main (in anyway)

let message "Use `in any way` for emphasizing a point."
let description "Corrects ungrammatical `in anyway` to `in any way`."
let kind "BoundaryError"
let becomes "in any way"

test "in anyway" "in any way"
test "The names should not affect your application in anyway and you can override extension names." "The names should not affect your application in any way and you can override extension names."