Fix whitespace

This commit is contained in:
Jamie Seward 2017-10-16 00:49:59 -07:00
parent 8a4af820c7
commit 8ba7f69ab4

View file

@ -3147,7 +3147,7 @@ class parser
if (not callback or keep)
{
// explicitly set result to object to cope with []
// explicitly set result to array to cope with []
result.m_type = value_t::array;
result.m_value = value_t::array;
}