diff --git a/singleheader/simdjson.h b/singleheader/simdjson.h index 9917701d..4d604abf 100644 --- a/singleheader/simdjson.h +++ b/singleheader/simdjson.h @@ -35811,7 +35811,7 @@ public: ParsedJson(ParsedJson && p); // if needed, allocate memory so that the object is able to process JSON - // documents having up to len butes and maxdepth "depth" + // documents having up to len bytes and maxdepth "depth" WARN_UNUSED bool allocateCapacity(size_t len, size_t maxdepth = DEFAULTMAXDEPTH);