Edit comment

This commit is contained in:
Maxime Bloch 2020-01-28 22:33:11 +01:00
parent d547432270
commit 2064d1a802
No known key found for this signature in database
GPG Key ID: CE32A7D95B7D6418
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* Specifiers are
* - %c: character
* - %d: digit (integer)
* - %p: pointer (void*)
* - %x: hexadecimal value. Can be used to print pointers to
* @param fmt Formatter string
* @param ... Variable amount of arguments to be inserted
*/