Skip to content

Commit 04052ec

Browse files
committed
typo in hexagon shape
1 parent 9b33bd7 commit 04052ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mermaid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
MermaidShapeRhombus = shape{"{", "}"}
2626
MermaidShapeTrapezoid = shape{"[/", "\\]"}
2727
MermaidShapeTrapezoidAlt = shape{"[\\", "/]"}
28-
MermaidShapeHexagon = shape{"[{{", "}}]"}
28+
MermaidShapeHexagon = shape{"{{", "}}"}
2929
MermaidShapeParallelogram = shape{"[/", "/]"}
3030
MermaidShapeParallelogramAlt = shape{"[\\", "\\]"}
3131
// TODO more shapes see https://mermaid.js.org/syntax/flowchart.html#node-shapes

0 commit comments

Comments
 (0)