Skip to content

Commit 9b102a9

Browse files
committed
Actually, 19.
1 parent 288efd3 commit 9b102a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/fast_float/ascii_number.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ struct parsed_number_string {
6161
};
6262

6363

64-
// Assuming that you use no more than 17 digits, this will
64+
// Assuming that you use no more than 19 digits, this will
6565
// parse an ASCII string.
6666
fastfloat_really_inline
6767
parsed_number_string parse_number_string(const char *p, const char *pend, chars_format fmt) noexcept {

0 commit comments

Comments
 (0)