1
0
Fork 0

Codechange: Update doxygen comment to reflect removed parameter

pull/12499/head
dP 2024-04-15 15:55:21 +07:00
parent bb9b8b90c7
commit e97d598e88
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ static const char *GetDecimalSeparator()
* Format a number into a string.
* @param builder the string builder to write to
* @param number the number to write down
* @param last the last element in the buffer
* @param separator the thousands-separator to use
*/
static void FormatNumber(StringBuilder &builder, int64_t number, const char *separator)