From d91bb5cb3f3b29ca0da0a194d8c76376ca676082 Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Wed, 15 Apr 2015 16:51:30 -0700 Subject: [PATCH] Fix phrasing in a comment --- graph/iterator/linksto_iterator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph/iterator/linksto_iterator.go b/graph/iterator/linksto_iterator.go index 2a4cd7d..930e929 100644 --- a/graph/iterator/linksto_iterator.go +++ b/graph/iterator/linksto_iterator.go @@ -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()