From e8027b1a0acc97b71cff2d99cbebf7167bf16abe Mon Sep 17 00:00:00 2001 From: Ashwin Easo Zachariah <4538711+ashwineaso@users.noreply.github.com> Date: Tue, 23 Mar 2021 03:05:19 +0530 Subject: [PATCH] Fix ZipFromIterable documentation --- doc/zipfromiterable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/zipfromiterable.md b/doc/zipfromiterable.md index a19ead04..bbe72565 100644 --- a/doc/zipfromiterable.md +++ b/doc/zipfromiterable.md @@ -21,8 +21,8 @@ Output: ``` 11 -12 -13 +22 +33 ``` ## Options @@ -35,4 +35,4 @@ Output: * [WithErrorStrategy](options.md#witherrorstrategy) -* [WithPublishStrategy](options.md#withpublishstrategy) \ No newline at end of file +* [WithPublishStrategy](options.md#withpublishstrategy)