Fix phrasing in a comment

This commit is contained in:
Andrew Dunham 2015-04-15 16:51:30 -07:00
parent 8abb3807cb
commit d91bb5cb3f

View file

@ -195,7 +195,7 @@ func (it *LinksTo) Result() graph.Value {
return it.result
}
// Close our subiterators. It closes all subiterators it can, but
// Close closes the iterator. It closes all subiterators it can, but
// returns the first error it encounters.
func (it *LinksTo) Close() error {
err := it.nextIt.Close()