fix typo: padding_string (#192)
This commit is contained in:
parent
3db8c5a0eb
commit
296777546c
|
@ -88,7 +88,7 @@ of memory allocation with each new JSON document:
|
|||
/...
|
||||
|
||||
const char * filename = ... //
|
||||
padding_string p = get_corpus(filename);
|
||||
padded_string p = get_corpus(filename);
|
||||
ParsedJson pj = build_parsed_json(p); // do the parsing
|
||||
if( ! pj.isValid() ) {
|
||||
// something went wrong
|
||||
|
|
Loading…
Reference in New Issue