From 893bd6ca0036d91c727afa40faa73af531baa523 Mon Sep 17 00:00:00 2001 From: Tyler Gibbons Date: Thu, 1 Oct 2015 19:46:52 -0700 Subject: [PATCH] Complete comment on line 60 --- graph/path/morphism_apply_functions.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graph/path/morphism_apply_functions.go b/graph/path/morphism_apply_functions.go index 838d90b..846eb9f 100644 --- a/graph/path/morphism_apply_functions.go +++ b/graph/path/morphism_apply_functions.go @@ -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",