We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adb053 commit eb7bd95Copy full SHA for eb7bd95
src/lib_json/json_value.cpp
@@ -1115,7 +1115,7 @@ bool Value::isValidIndex(ArrayIndex index) const { return index < size(); }
1115
1116
Value const* Value::find(char const* begin, char const* end) const {
1117
JSON_ASSERT_MESSAGE(type() == nullValue || type() == objectValue,
1118
- "in Json::Value::find(key, end, found): requires "
+ "in Json::Value::find(begin, end): requires "
1119
"objectValue or nullValue");
1120
if (type() == nullValue)
1121
return nullptr;
0 commit comments