Skip to content

Commit 10b4cea

Browse files
committed
Comment fix.
1 parent 14f91dc commit 10b4cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/QuikGraph.Graphviz/Extensions/GraphvizExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static string ToSvg<TVertex, TEdge>(
104104
}
105105

106106
/// <summary>
107-
/// Performs a layout from DOT to an SVG (Scalable Vector Graphics) file
107+
/// Performs a layout from DOT to a SVG (Scalable Vector Graphics) file
108108
/// by calling Agl through the https://rise4fun.com/ REST services.
109109
/// </summary>
110110
/// <param name="dot">The dot graph</param>

0 commit comments

Comments
 (0)