Skip to content

Commit

Permalink
Updated example description for IterCh
Browse files Browse the repository at this point in the history
  • Loading branch information
umpc committed Jul 4, 2017
1 parent d4a8b10 commit fad4b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fad4b9f

Please sign in to comment.