Complete comment on line 60

This commit is contained in:
Tyler Gibbons 2015-10-01 19:46:52 -07:00
parent 4f69eb301c
commit 893bd6ca00

View file

@ -57,7 +57,8 @@ func isMorphism(nodes ...string) morphism {
}
}
// hasMorphism is
// hasMorphism is the set of nodes that is reachable via either a *Path, a
// single node.(string) or a list of nodes.([]string)
func hasMorphism(via interface{}, nodes ...string) morphism {
return morphism{
Name: "has",