From bc460a2cff1a3e116880991aa2f88bae4b2e3160 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Mon, 14 Aug 2023 14:59:19 -0400 Subject: [PATCH] Fix typo in invert() function documentation --- src/Arduboy2Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Arduboy2Core.h b/src/Arduboy2Core.h index 084dee3..d312dc7 100644 --- a/src/Arduboy2Core.h +++ b/src/Arduboy2Core.h @@ -572,7 +572,7 @@ class Arduboy2Core : public Arduboy2NoUSB * Invert the entire display or set it back to normal. * * \param inverse `true` will invert the display. `false` will set the - * display to no-inverted. + * display to non-inverted. * * \details * Calling this function with a value of `true` will set the display to