Commit e87610df authored by hannahhoward's avatar hannahhoward

fix(selectors): clarify comment

update comment to clearly indicate return value correctly
parent bf6fdcf1
...@@ -12,7 +12,7 @@ type ExploreAll struct { ...@@ -12,7 +12,7 @@ type ExploreAll struct {
next Selector // selector for element we're interested in next Selector // selector for element we're interested in
} }
// Interests for ExploreAll is empty (meaning traverse everything) // Interests for ExploreAll is nil (meaning traverse everything)
func (s ExploreAll) Interests() []PathSegment { func (s ExploreAll) Interests() []PathSegment {
return nil 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