From e97d598e88b02ff5211c6260ac6e1cb089867d3c Mon Sep 17 00:00:00 2001 From: dP Date: Mon, 15 Apr 2024 15:55:21 +0700 Subject: [PATCH] Codechange: Update doxygen comment to reflect removed parameter --- src/strings.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/strings.cpp b/src/strings.cpp index 7ee8497cd5..5495861e91 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -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)