We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878276d commit 6f6a214Copy full SHA for 6f6a214
README.md
@@ -333,7 +333,7 @@ For example:
333
title Archi Print Usage
334
335
' Define Elements
336
-$businessActor("Architect","architect")
+$actor("Architect","architect")
337
$applicationComponent("Archi","archi")
338
$applicationFunction("Update\nModel","update")
339
$applicationFunction("Print\nView","print")
@@ -343,7 +343,7 @@ $equipment("Printer", "printer")
343
' Define Sequence
344
architect->archi ++
345
archi->update ++ : Make changes
346
-$document("Not exactly correct!\nBut you get the idea.","right","update")
+note right update #FFFFA5: <&document> Not exactly correct!\nBut you get the idea.
347
return Updated Model
348
archi ->print ++ : Click print
349
print -\windowsPrint ++
0 commit comments