fix typo in article title

iteration -> iterators
This commit is contained in:
Sergey Zelenov 2019-04-19 14:10:06 +02:00 committed by GitHub
parent a64fb2661b
commit 4f6864e1b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Async iteration and generators
# Async iterators and generators
Asynchronous iterators allow to iterate over data that comes asynchronously, on-demand.