Merge pull request #386 from aureliano2nd/patch-1

Fix doc typos in MicroBitFont.cpp
master
Joe Finney 2018-09-18 14:24:20 -07:00 committed by GitHub
commit 74d39eab26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ DEALINGS IN THE SOFTWARE.
*
* Example: { 0x08, 0x08, 0x08, 0x0, 0x08 }
*
* The above will produce an exclaimation mark on the second column in form the left.
* The above will produce an exclamation mark on the second column from the left.
*
* We could compress further, but the complexity of decode would likely outweigh the gains.
*/
@ -91,7 +91,7 @@ void MicroBitFont::setSystemFont(MicroBitFont font)
}
/**
* Retreives the font object used for rendering characters on the display.
* Retrieves the font object used for rendering characters on the display.
*/
MicroBitFont MicroBitFont::getSystemFont()
{