From dd705d95ddff8dfc3b3b7c8763401690ffbe3bbd Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Sun, 8 Oct 2023 20:55:01 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60758da..f944143 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ $pipeline->each(function ($i) { }); ``` -Discards the sequence after iteration. +Discards the sequence after iteration unless instructed otherwise by the second argument. ## `$pipeline->getIterator()`