From fad4b9f37a61c56fdd7fd231f03fccc001ffc376 Mon Sep 17 00:00:00 2001 From: Justin Lowery Date: Tue, 4 Jul 2017 02:36:42 -0400 Subject: [PATCH] Updated example description for IterCh --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7d34649..806a4db 100644 --- a/examples/README.md +++ b/examples/README.md @@ -112,7 +112,7 @@ SortedMap supports three specific ways of processing iterable data: ### IterCh -```IterCh``` is a simple way of iterating over the entire set, in order. +```IterCh``` is a simple way of iterating over the entire set, in order. The returned value should be closed when finished using it, to close any sending goroutines. ```go package main