From bb3df31c867cdbf042d3d06e0d5ffec3e3580bea Mon Sep 17 00:00:00 2001 From: Tyler Hildebrandt Date: Mon, 8 Mar 2021 22:24:03 -0800 Subject: [PATCH] Update sequenceDiagram.md --- docs/sequenceDiagram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sequenceDiagram.md b/docs/sequenceDiagram.md index c1b15a9ce..178749d35 100644 --- a/docs/sequenceDiagram.md +++ b/docs/sequenceDiagram.md @@ -88,7 +88,7 @@ There are six types of arrows currently supported: | -->> | Dotted line with arrowhead | | -x | Solid line with a cross at the end | | --x | Dotted line with a cross at the end. | -| -) | Solid line with an open arrowat the end (async) | +| -) | Solid line with an open arrow at the end (async) | | --) | Dotted line with a open arrow at the end (async) | ## Activations