Complete comment on line 60
This commit is contained in:
parent
4f69eb301c
commit
893bd6ca00
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue