We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df49bb commit 80f87c8Copy full SHA for 80f87c8
libs/macros.h
@@ -10,7 +10,7 @@
10
* It is typically used in conjunction with the `DASHBOARD_COLS` macro to define
11
* the size of a grid.
12
*
13
- * @warning The value of `DASHBOARD_ROWS` should be a positive integer.
+ * @warning The value of `DASHBOARD_ROWS` must be a positive integer.
14
*/
15
#define DASHBOARD_ROWS 56
16
@@ -22,7 +22,7 @@
22
* It is typically used in conjunction with the `DASHBOARD_ROWS` macro to define
23
24
25
- * @warning The value of `DASHBOARD_COLS` should be a positive integer.
+ * @warning The value of `DASHBOARD_COLS` must be a positive integer.
26
27
#define DASHBOARD_COLS 110
28
0 commit comments