Merge pull request #115 from whoshuu/patch-1
Use the right variable name in doc string
This commit is contained in:
commit
4eac295211
1 changed files with 1 additions and 1 deletions
|
@ -6206,7 +6206,7 @@ class basic_json
|
||||||
@brief return number value for number tokens
|
@brief return number value for number tokens
|
||||||
|
|
||||||
This function translates the last token into a floating point number.
|
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
|
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
|
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
|
m_cursor, then either more or less characters have been used during the
|
||||||
|
|
Loading…
Reference in a new issue