1
0
mirror of https://github.com/theoludwig/libcproject.git synced 2025-12-11 00:31:01 +01:00

docs: invalid @param for character_append

This commit is contained in:
2023-08-09 20:17:54 +02:00
parent 78fe9ff404
commit f0716c2e12

View File

@@ -12,7 +12,7 @@
* @brief Append a character to a string, assuming string points to an array
* with enough space.
*
* @p
* @param string
* @param character
* @since v1.0.0
*/