Skip to content

Commit

Permalink
Merge pull request lancaster-university#386 from aureliano2nd/patch-1
Browse files Browse the repository at this point in the history
Fix doc typos in MicroBitFont.cpp
  • Loading branch information
finneyj committed Sep 18, 2018
2 parents 9164922 + b60953b commit 74d39ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/core/MicroBitFont.cpp
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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()
{
Expand Down

0 comments on commit 74d39ea

Please sign in to comment.