From 3cca19607013c49f6708b7f492765fea835431ca Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Sun, 22 Nov 2020 18:52:32 +0100 Subject: [PATCH] Fix some typos in docstrings --- TM1637Display.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TM1637Display.h b/TM1637Display.h index 9498a1b..f586c78 100644 --- a/TM1637Display.h +++ b/TM1637Display.h @@ -70,7 +70,7 @@ public: //! Display a decimal number //! - //! Dispaly the given argument as a decimal number. + //! Display the given argument as a decimal number. //! //! @param num The number to be shown //! @param leading_zero When true, leading zeros are displayed. Otherwise unnecessary digits are @@ -83,7 +83,7 @@ public: //! Display a decimal number, with dot control //! - //! Dispaly the given argument as a decimal number. The dots between the digits (or colon) + //! Display the given argument as a decimal number. The dots between the digits (or colon) //! can be individually controlled. //! //! @param num The number to be shown @@ -108,7 +108,7 @@ public: //! Display a hexadecimal number, with dot control //! - //! Dispaly the given argument as a hexadecimal number. The dots between the digits (or colon) + //! Display the given argument as a hexadecimal number. The dots between the digits (or colon) //! can be individually controlled. //! //! @param num The number to be shown