Skip to content

Commit

Permalink
digraph: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 14, 2014
1 parent 6c8c09c commit 7e60a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digraph/graphviz.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
)

// GenerateDot is used to emit a GraphViz compatible definition
// WriteDot is used to emit a GraphViz compatible definition
// for a directed graph. It can be used to dump a .dot file.
func WriteDot(w io.Writer, nodes []Node) error {
w.Write([]byte("digraph {\n"))
Expand Down

0 comments on commit 7e60a20

Please sign in to comment.