Commit 08171d6b authored by Bryan White's avatar Bryan White Committed by Eric Myhre

fix typo in documentation

parent 1da0dafe
......@@ -19,7 +19,7 @@ func (s ExploreIndex) Interests() []ipld.PathSegment {
}
// Explore returns the node's selector if
// the path matches the index the index for this selector or nil if not
// the path matches the index for this selector or nil if not
func (s ExploreIndex) Explore(n ipld.Node, p ipld.PathSegment) Selector {
if n.ReprKind() != ipld.ReprKind_List {
return nil
......
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