1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-11-12 15:23:12 +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 * @brief Append a character to a string, assuming string points to an array
* with enough space. * with enough space.
* *
* @p * @param string
* @param character * @param character
* @since v1.0.0 * @since v1.0.0
*/ */