From 71b6a664f71f98f8186dd98162f310438b125b2f Mon Sep 17 00:00:00 2001 From: knsv Date: Sun, 14 Dec 2014 19:30:52 +0100 Subject: [PATCH] Support for comments to the right of the Actor --- test/web.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/web.html b/test/web.html index ea669f000..637a12fd9 100644 --- a/test/web.html +++ b/test/web.html @@ -57,7 +57,7 @@
sequenceDiagram Alice->Bob: Hello Bob, how are you? - Note right of Alice: Bob thinks about
things + Note right of Bob: Bob thinks about
things
to think about Bob-->Alice: I am good thanks! Bob-->John the Long: How about you John? Bob-->Alice: Checking with John...