From 2d7f1542b1b022fde18d5004fce91a51b71dc6b0 Mon Sep 17 00:00:00 2001
From: Huu Nguyen <whoshuu@gmail.com>
Date: Mon, 24 Aug 2015 17:57:50 -0700
Subject: [PATCH] Use the right variable name in doc string

---
 src/json.hpp.re2c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c
index af8ef8b7..03b04d4f 100644
--- a/src/json.hpp.re2c
+++ b/src/json.hpp.re2c
@@ -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