fix typo: padding_string (#192)

This commit is contained in:
Kushal Kumaran 2019-06-18 13:53:21 -07:00 committed by Daniel Lemire
parent 3db8c5a0eb
commit 296777546c
1 changed files with 1 additions and 1 deletions

View File

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