From 9b102a95abb9e64273efcdf5c1bbb9708ec41617 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 2 Nov 2020 21:46:31 -0500 Subject: [PATCH] Actually, 19. --- include/fast_float/ascii_number.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 2a7f036..b372367 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -61,7 +61,7 @@ struct parsed_number_string { }; -// Assuming that you use no more than 17 digits, this will +// Assuming that you use no more than 19 digits, this will // parse an ASCII string. fastfloat_really_inline parsed_number_string parse_number_string(const char *p, const char *pend, chars_format fmt) noexcept {