Unverified Commit a388f744 authored by Eric Myhre's avatar Eric Myhre Committed by GitHub

Merge pull request #11 from matthiasbeyer/patch-1

Fix doc
parents f2d59579 cc0a3f90
......@@ -106,7 +106,7 @@ type MapIterator interface {
Next() (key Node, value Node, err error)
// Done returns false as long as there's at least one more entry to iterate.
// When Done returns false, iteration can stop.
// When Done returns true, iteration can stop.
//
// Implementers of iterators for advanced data layouts (e.g. more than
// one chunk of backing data, which is loaded incrementally), if your
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment