From 2e1325b54eda80f609c078ca8e8b66b54f051ced Mon Sep 17 00:00:00 2001 From: "dumitru.deveatii" Date: Sat, 9 Feb 2019 23:30:35 +0200 Subject: [PATCH] Use iterators and generators - fixed type --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7d91953..76cb2ee 100644 --- a/README.md +++ b/README.md @@ -991,8 +991,6 @@ items to access - built-in support for iterating items using the `for-of` syntax - iterables allow to implement optimized iterator patterns -For - **Bad:** ```ts