aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2020-07-10 13:24:58 -0500
committerGitHub <noreply@github.com>2020-07-10 13:24:58 -0500
commitd4866a2de5578368ed69f0e439e2d176ba0714fc (patch)
tree260ed4ba6aac60636452c00db493c7cbe5b754c6 /README.md
parent82944ed170182f88f373c4a03fefac9a3ac6730b (diff)
readability
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index b666e7c..936ff99 100644
--- a/README.md
+++ b/README.md
@@ -101,9 +101,11 @@ when you want to generate sequential data using functions.
### Three Kinds Of Function
-In GTWIWTG, there are functions that *construct* generators, functions
-that *combine* generators, and functions and macros that *consume*
-generators.
+In GTWIWTG, there are three kinds of functions.
+
+1. functions that *construct* generators
+2. functions that *combine* generators
+3. functions and macros that *consume* generators.
### The Breadwinning Constructors