From cd11838e5f40152b95628f73cbb77697bf7449d2 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 20 Aug 2021 14:52:43 -0400 Subject: [PATCH] Update parse_many.md --- doc/parse_many.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/parse_many.md b/doc/parse_many.md index b7002f97..52a80cd2 100644 --- a/doc/parse_many.md +++ b/doc/parse_many.md @@ -1,7 +1,7 @@ parse_many ========== -An interface providing features to work with files or streams containing multiple small JSON documents. Given an input such as +An interface providing features to work with files or streams containing multiple small JSON documents. Given an input such as ```JSON {"text":"a"} {"text":"b"}