maxsaltonstall / letters-with-strangers

Apache License 2.0
2 stars 0 forks source link

use the words "a/an" correctly for letters #92

Closed davidstanke closed 3 years ago

davidstanke commented 3 years ago

when the user ..gets a letter, we reply with a message "...you can have a {letter}".

This is good for L but not for E. We should say "you can have an E". (Same is true for a handful of other letters.)

Modify the method Player.add_letter to be more grammatical.