Skip to content

Commit f15e8c9

Browse files
authored
Merge pull request #137 from ZenUml/content
fix: fix a syntax error impact rendering
2 parents 2c15fb9 + 9bc7b64 commit f15e8c9

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)