From c31157bafeef5824f83b096a1c0c72e60bc127c0 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 20 Aug 2021 14:15:38 -0400 Subject: [PATCH] Update iterate_many.md --- doc/iterate_many.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/iterate_many.md b/doc/iterate_many.md index 36036b6a..01f44856 100644 --- a/doc/iterate_many.md +++ b/doc/iterate_many.md @@ -1,7 +1,7 @@ iterate_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"}