From f115199290768d999e082051a2356bd52db860ec Mon Sep 17 00:00:00 2001 From: "Cameron T. Druyor" Date: Sat, 30 Apr 2016 12:28:09 -0400 Subject: [PATCH] fix comment --- 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 579aad6a7..cc1ae2f27 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -7847,7 +7847,7 @@ class basic_json // remember this number was parsed (for later serialization) result.m_type.bits.parsed = true; - // 'found_radix_point' will be set to 0xFF upon finding a radix + // 'found_radix_point' will be set to true upon finding a radix // point. if it is not found, then the precision will be updated bool found_radix_point = false; uint8_t precision = 0;