harper-core 2.0.0

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

let message "When describing a timeframe, use `a while`."
let description "Corrects the missing article in `in while`, forming `in a while`."
let kind "Grammar"
let becomes "in a while"

test "We’ll talk again in while." "We’ll talk again in a while."