1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-10-05 20:16:08 +02:00

docs: fix string_get_formatted_number examples

This commit is contained in:
Théo LUDWIG 2024-09-15 18:25:01 +02:00
parent 2fd8d102e9
commit 164ea2a7f8
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -227,6 +227,7 @@ bool string_get_is_substring(const string_t string, const string_t substring);
*
* @code
* string_get_formatted_number(1000, " ") // "1 000"
*
* string_get_formatted_number(1000, ",") // "1,000"
* @endcode
* @since v1.0.0