This commit is contained in:
Nan Xiao 2019-03-07 13:55:41 +08:00
parent 21eef55907
commit c1dea29501
1 changed files with 1 additions and 1 deletions

View File

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