all: fix linting errors for comments (#990)

* fix: linting errors for comments

* fix: one more comment
This commit is contained in:
Nathaniel Peiffer
2020-11-27 16:02:18 +11:00
committed by GitHub
parent ac8e8dac83
commit 42fa731f39
8 changed files with 26 additions and 23 deletions

View File

@@ -41,7 +41,7 @@ type (
}
)
// AddEdge adds an edge to the graph. It fails, if one of the node
// AddE adds an edge to the graph. It fails, if one of the node
// types is missing.
//
// g.AddE("pets", spec, "user", "pet")