👌 fixed comment #1320

parent 7ce720b7
...@@ -51,7 +51,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) ...@@ -51,7 +51,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
} }
catch (const json::parse_error&) catch (const json::parse_error&)
{ {
// parsing a CBOR serialization must not fail // parsing a BSON serialization must not fail
assert(false); assert(false);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment