blob: bc7d7087f2ccc3179544ea483a2fcc7987e241cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
anorack ("a" vs "an" checker)
The English language has two indefinite articles:
a: used before words that begin with a consonant sound (e.g., a
program, a host, a user);
an: used before words that begin with a vowel sound (e.g., an example,
an hour, an undefined variable).
anorack is a specialized spell-checker that finds incorrect indefinite
articles.
|