1
0
mirror of https://github.com/nlohmann/json synced 2024-11-26 22:00:07 +00:00

Use the right variable name in doc string

This commit is contained in:
Huu Nguyen 2015-08-24 17:57:50 -07:00 committed by Huu Nguyen
parent 0a81353989
commit 2d7f1542b1

View File

@ -6209,7 +6209,7 @@ class basic_json
@brief return number value for number tokens
This function translates the last token into a floating point number.
The pointer m_begin points to the beginning of the parsed number. We
The pointer m_start points to the beginning of the parsed number. We
pass this pointer to std::strtod which sets endptr to the first
character past the converted number. If this pointer is not the same as
m_cursor, then either more or less characters have been used during the