-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix spelling mistake in docstring of DEBOUNCE_THRESH constant a…
…cross classes Signed-off-by: Aditya Agarwal <[email protected]>
- Loading branch information
1 parent
46eddbf
commit fbed278
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* @file label.h | ||
* @author Aditya Agarwal ([email protected]) | ||
* @brief File that declares the `Label` class, which is a simple and flexible implementation of a box to display readonly text | ||
* @brief File that declares the `Label` class, which is a simple and flexible implementation of a box to display text | ||
* | ||
*/ | ||
|
||
|
@@ -108,7 +108,7 @@ class LabelStyle { | |
}; | ||
|
||
/** | ||
* @brief Class that provides a simple and flexible implementation of a box to display readonly text, includes styling | ||
* @brief Class that provides a simple and flexible implementation of a box to display text, includes styling | ||
* | ||
*/ | ||
class Label : public BasicWidget { | ||
|