From 9a3a2ccfc43d5476e817cffe768e6e83cf792f10 Mon Sep 17 00:00:00 2001 From: William Wong Date: Fri, 24 May 2024 04:54:28 -0700 Subject: [PATCH] Verbiage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a095a0b..9f472df 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ function transform(iterable: Iterable): IterableIterator; ### What is on the roadmap? -We are planning to bring iterables and alikes together. This includes: +We are planning to bring iterables and its siblings together, including: - `Iterable` and `AsyncIterable` - `Iterator` and `AsyncIterator`