mirror of
https://github.com/theoludwig/libcproject.git
synced 2025-12-11 00:31:01 +01:00
docs: fix string_get_formatted_number examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user