fix comment

This commit is contained in:
Cameron T. Druyor 2016-04-30 12:28:09 -04:00
parent 372c6dd790
commit f115199290

View File

@ -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;