aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
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