mirror of
https://github.com/avishorp/TM1637.git
synced 2026-07-28 04:05:47 +00:00
Fix some typos in docstrings
This commit is contained in:
committed by
Avishay
parent
83e51ba4ef
commit
3cca196070
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user