Skip to content

Commit ff3f2ef

Browse files
committed
doc: improve destroy2DArray function documentation
1 parent 4b0a1b9 commit ff3f2ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/utilities.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* of row pointers.
1616
*
1717
* @param arr 2D array to be destroyed.
18-
* @param rows number of rows in the 2D array.
19-
* @param cols number of columns in the 2D array.
18+
* @param rows Number of rows in the 2D array.
19+
* @param cols Number of columns in the 2D array.
2020
*
2121
* @warning Ensure that the array has been dynamically allocated and that the number of rows and
2222
* columns are correctly specified to avoid undefined behavior.

0 commit comments

Comments
 (0)