Pedantic grammar fix
You don't have a possessive apostrophe following _it_ (see http://www.sussex.ac.uk/informatics/punctuation/apostrophe/possessives )
This commit is contained in:
parent
4b90d8d38e
commit
156c8a1482
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const uint8_t spAPOSTROPHE[] PROGMEM = {0x05, 0xEB, 0x1F, 0x1E, 0xE
|
|||
// words that are part of the gameplay phrases (rather than words to be
|
||||
// spelled) have been moved here, e.g. "spell", "try" and "egg."
|
||||
// Trivia: "mosquito" is an orphaned word that was recorded in the
|
||||
// Speak & Spell ROM but cut from the spelling lists. This might be it's
|
||||
// Speak & Spell ROM but cut from the spelling lists. This might be its
|
||||
// first appearance in the wild.
|
||||
const uint8_t spABOVE[] PROGMEM = {0x27, 0xEA, 0x54, 0x6D, 0xFA, 0x11, 0x6F, 0x3C, 0x41, 0xC7, 0x1C, 0xF1, 0x99, 0x74, 0xC3, 0x0E, 0x2A, 0xB0, 0xA9, 0x22, 0x55, 0xA2, 0x45, 0xC0, 0x2D, 0x4D, 0xBC, 0x2C, 0x22, 0x40, 0x53, 0x18, 0x06, 0x4B, 0x38, 0x6D, 0x9D, 0xA2, 0x49, 0x8E, 0x90, 0x23, 0x43, 0xB3, 0x93, 0x1C, 0xA1, 0x6A, 0x15, 0xE7, 0xA4, 0xBD, 0xE2, 0x08, 0x55, 0x3B, 0x24, 0xA7, 0xF6, 0x55, 0xD7, 0xDE, 0x70, 0xCB, 0xED, 0x6B, 0x2B, 0x57, 0xAD, 0x12, 0xB7, 0xF6, 0xEE, 0xBB, 0x6C, 0x6D, 0xC6, 0x95, 0x7C, 0x63, 0x5E, 0x71, 0xA5, 0x65, 0x65, 0xA4, 0xB3, 0xB4, 0xC9, 0x93, 0x81, 0x6C, 0x22, 0x24, 0x78};
|
||||
const uint8_t spABSCESS[] PROGMEM = {0xC7, 0x86, 0xE8, 0x36, 0xD5, 0x65, 0xAE, 0xBD, 0xEA, 0x48, 0x1B, 0x2D, 0xB6, 0x66, 0xCC, 0x95, 0x47, 0x99, 0xAC, 0x95, 0x7D, 0x91, 0x8F, 0x36, 0x2E, 0xBD, 0x22, 0x27, 0x55, 0x1D, 0x22, 0x8E, 0x16, 0x99, 0x15, 0x25, 0x46, 0x17, 0x99, 0x0A, 0x8F, 0xAC, 0x5A, 0x0E, 0x3C, 0xC9, 0xEA, 0xC0, 0xEF, 0x61, 0x0E, 0xFC, 0x56, 0x15, 0xC0, 0xAD, 0xD9, 0x11, 0x78, 0xB0, 0xA2, 0x8B, 0x16, 0x56, 0x5F, 0xE6, 0xE6, 0x5B, 0x4F, 0xAD, 0x3C, 0x3D, 0xBD, 0x1E, 0xDD, 0x1A, 0x40, 0x30, 0x69, 0x16, 0x28, 0xF0, 0x77, 0xA6, 0x05, 0x16, 0x58, 0x60, 0x81, 0x06, 0x1A, 0x68, 0xA0, 0xC1, 0x03};
|
||||
|
|
|
|||
Loading…
Reference in a new issue