diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-08 20:07:51 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-08 20:07:51 -0500 |
commit | c64e56dfc382b9e5aa3a2d615b2e63dbd1ef7ae2 (patch) | |
tree | a18c04734d0b03ab8cb015eba421c739b13dc991 | |
parent | c7eec0c107318bd449c7996d4e3639b05537b4b5 (diff) |
typo
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |