Codechange: Update doxygen comment to reflect removed parameter (#12499)

This commit is contained in:
dP 2024-04-15 17:40:50 +07:00 committed by GitHub
parent cd108fd9e4
commit f5a50a874f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)