Fix typo
This commit is contained in:
parent
21eef55907
commit
c1dea29501
|
@ -35811,7 +35811,7 @@ public:
|
||||||
ParsedJson(ParsedJson && p);
|
ParsedJson(ParsedJson && p);
|
||||||
|
|
||||||
// if needed, allocate memory so that the object is able to process JSON
|
// 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
|
WARN_UNUSED
|
||||||
bool allocateCapacity(size_t len, size_t maxdepth = DEFAULTMAXDEPTH);
|
bool allocateCapacity(size_t len, size_t maxdepth = DEFAULTMAXDEPTH);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue