Skip to content

Commit 4f70bfc

Browse files
committed
Use the right variable name in doc string
1 parent 0a81353 commit 4f70bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6903,7 +6903,7 @@ class basic_json
69036903
@brief return number value for number tokens
69046904
69056905
This function translates the last token into a floating point number.
6906-
The pointer m_begin points to the beginning of the parsed number. We
6906+
The pointer m_start points to the beginning of the parsed number. We
69076907
pass this pointer to std::strtod which sets endptr to the first
69086908
character past the converted number. If this pointer is not the same as
69096909
m_cursor, then either more or less characters have been used during the

0 commit comments

Comments
 (0)