Skip to content

Commit 9bc7b64

Browse files
committed
fix: fix a syntax error impact rendering
1 parent 8ff5fcf commit 9bc7b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/condition-and-loops-in-sequence-diagrams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ if (x) {
4646

4747
And yes, we have try/catch/finally to make it even more programming like.
4848

49-
```zenuml title=try/catch/finally
49+
```zenuml title=try catch finally
5050
try { A -> B}
51-
catch (e){
51+
catch {
5252
new Error
5353
}
5454
finally {

0 commit comments

Comments
 (0)