harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
8
expr main (half an our)

let message "Remember the silent 'h' when writing `hour`: `half an hour`."
let description "Fixes the eggcorn `half an our` to the accepted `half an hour`."
let kind "Typo"
let becomes "half an hour"

test "It took half an our to get there." "It took half an hour to get there."