aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-08 20:07:51 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-08 20:07:51 -0500
commitc64e56dfc382b9e5aa3a2d615b2e63dbd1ef7ae2 (patch)
treea18c04734d0b03ab8cb015eba421c739b13dc991 /README.md
parentc7eec0c107318bd449c7996d4e3639b05537b4b5 (diff)
typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index acf51d3..313c1d7 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,8 @@ apears at the end of the document, following the tutorial.
GTWIWTG is a tiny library for creating and using generators.
-If you have never heard of generators before, let offer a definition.
+If you have never heard of generators before, let me offer a
+definition.
A generator is an object that can produce a series of values, one
value at a time. Generators sometimes convenient when you want to