Skip to content

Commit

Permalink
Use the right variable name in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
whoshuu authored and Huu Nguyen committed Sep 20, 2015
1 parent 0a81353 commit 2d7f154
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 @@ -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
Expand Down

0 comments on commit 2d7f154

Please sign in to comment.