diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-08 20:52:47 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-08 20:52:47 -0500 |
commit | 0dedd219c8f4be314bf396fcb3e63fe3b164058b (patch) | |
tree | 238032b59baab3b7412f9d785b3cc2220301e716 | |
parent | 0e356876160ccc13f4e3927891ab5543dce7e345 (diff) |
pointing to the right examples
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ Here is a brief listing of the other generator constructors in GTWIWTG: - `(file-chars file)` a file-backed generator. Produces characters from that file. - `(file-bytes file)` a file-backed generator. Produces bytes from that file. -You'll see some of these in action when you reach the examples section below. +You can see some of these in action in the examples section at the top of this document. ### The Combination and Transformation Functions |