mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
fix typo: padding_string (#192)
This commit is contained in:
committed by
Daniel Lemire
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
|
||||
|
||||
Reference in New Issue
Block a user