harper-core 2.0.0

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

let message "`another` is singular but `ones` is plural. Or maybe you meant the possessive `one's`."
let description "Corrects `another ones`."
let kind "Agreement"
let becomes ["another one", "another one's", "other ones"]

test "Change list params of a resource, another ones change too" "Change list params of a resource, other ones change too"