From d41320af1e5a19ddd2f7beae68a67e67c05ffdee Mon Sep 17 00:00:00 2001 From: Olivier Wulveryck Date: Mon, 19 Nov 2018 14:08:12 +0100 Subject: [PATCH] fix: documentation of Marshal the "strict" keyword mentioned in the documentation does not exist anymore --- graph/encoding/dot/encode.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graph/encoding/dot/encode.go b/graph/encoding/dot/encode.go index a0dd25d4..f8d2c1bd 100644 --- a/graph/encoding/dot/encode.go +++ b/graph/encoding/dot/encode.go @@ -69,8 +69,7 @@ type Subgrapher interface { // Marshal returns the DOT encoding for the graph g, applying the prefix // and indent to the encoding. Name is used to specify the graph name. If // name is empty and g implements Graph, the returned string from DOTID -// will be used. If strict is true the output bytes will be prefixed with -// the DOT "strict" keyword. +// will be used. // // Graph serialization will work for a graph.Graph without modification, // however, advanced GraphViz DOT features provided by Marshal depend on