diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:32:50 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:32:50 -0500 |
commit | a0af6f14e7a2e0a1389ea872d7d7fc5fb85a4d38 (patch) | |
tree | bb8d910200f6bd66eb7edf1c812572aa3a0df9ee | |
parent | 701e1c7dad225351cc4c8ef68f6e487fd79a3e1f (diff) |
readme tweaks
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -274,7 +274,7 @@ Finally! Once you have built up your generators using *constructors* and *combinations*, you want to actually use them for something. This is where *consumers* come in. -There is one fundamental consumer form, a macro, called `for`. (*Tense Violins*) +There is one fundamental consumer, a macro, called `for`. (*Triumphant Horns Play*) Here is how it looks when you use it: |