mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
6af8475c85
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
373 B
Text
11 lines
373 B
Text
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.
|