harper-core 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
6
7
expr main (ban together)

let message "Did you mean `band together`?"
let description "Detects and corrects the common error of using `ban together` instead of the idiom `band together`, which means to unite or join forces."
let kind "Eggcorn"
let becomes "band together"