Skip to content

Commit 80f87c8

Browse files
committed
doc(dashboard): improve the documentation
1 parent 8df49bb commit 80f87c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/macros.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* It is typically used in conjunction with the `DASHBOARD_COLS` macro to define
1111
* the size of a grid.
1212
*
13-
* @warning The value of `DASHBOARD_ROWS` should be a positive integer.
13+
* @warning The value of `DASHBOARD_ROWS` must be a positive integer.
1414
*/
1515
#define DASHBOARD_ROWS 56
1616

@@ -22,7 +22,7 @@
2222
* It is typically used in conjunction with the `DASHBOARD_ROWS` macro to define
2323
* the size of a grid.
2424
*
25-
* @warning The value of `DASHBOARD_COLS` should be a positive integer.
25+
* @warning The value of `DASHBOARD_COLS` must be a positive integer.
2626
*/
2727
#define DASHBOARD_COLS 110
2828

0 commit comments

Comments
 (0)