Skip to content

Commit

Permalink
Merge pull request #115 from whoshuu/patch-1
Browse files Browse the repository at this point in the history
Use the right variable name in doc string
  • Loading branch information
nlohmann committed Oct 3, 2015
2 parents b3ff862 + 2d7f154 commit 4eac295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json.hpp.re2c
Original file line number Diff line number Diff line change
Expand Up @@ -6206,7 +6206,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
Expand Down

0 comments on commit 4eac295

Please sign in to comment.