From 6ab6b83e2c52cac5e5360198d4b0111d1c16fd49 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Mon, 31 Jul 2017 11:56:10 -0400 Subject: [PATCH] Fix some small errors in documentation comments --- src/Arduboy2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Arduboy2.h b/src/Arduboy2.h index 8fbd1e3..0311a7c 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -921,7 +921,7 @@ class Arduboy2Base : public Arduboy2Core * \param rect1,rect2 Structures describing the size and locations of the * rectangles. * - * \return `true1 if the first rectangle is intersecting the second. + * \return `true` if the first rectangle is intersecting the second. * * \details * This function is intended to detemine if an object, whose boundaries are @@ -1209,7 +1209,7 @@ class Arduboy2 : public Print, public Arduboy2Base * Show the unit name at the bottom of the boot logo screen. * * \details - * This function is called by `bootLogoShell()` and `bootlogoText()`. + * This function is called by `bootLogoShell()` and `bootLogoText()`. * * If a unit name has been saved in system EEPROM, it will be displayed at * the bottom of the screen. This function pauses for a short time to allow