cpp : Typo fixes
This commit is contained in:
@@ -99,7 +99,7 @@ std::string format_byte_size(uint64_t) noexcept;
|
||||
* @brief Format a number with a separator (i.e. 1000 as 1,000)
|
||||
*
|
||||
* @param k number to format
|
||||
* @param separator used between each thouand
|
||||
* @param separator used between each thousand
|
||||
* @return Formatted number
|
||||
*/
|
||||
std::string thousand_sep(uint64_t, const char& = ',') noexcept;
|
||||
|
||||
Reference in New Issue
Block a user