Fix phrasing in a comment
This commit is contained in:
parent
8abb3807cb
commit
d91bb5cb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue