docs(README): Fix minor typo (#46)

This commit is contained in:
Anish Karandikar 2019-02-21 17:52:32 -05:00 committed by Daniel Lemire
parent b3dac29dae
commit 15a674157b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Under Windows, we build some tools using the windows/dirent_portable.h file (w
const char * filename = ... //
// use whatever means you want to get a string of you JSON document
// use whatever means you want to get a string of your JSON document
std::string_view p = get_corpus(filename);
ParsedJson pj;
pj.allocateCapacity(p.size()); // allocate memory for parsing up to p.size() bytes