1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-08 22:31:31 +01:00

docs: invalid @param for character_append

This commit is contained in:
Théo LUDWIG 2023-08-09 20:17:54 +02:00
parent 78fe9ff404
commit f0716c2e12
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

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
*/