Skip to content

Commit 3c737a6

Browse files
authored
chore: use html entity code for asterisk in mermaid diagram (#278)
Signed-off-by: Roman Dmytrenko <[email protected]>
1 parent ffebdec commit 3c737a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/sections/01-flag-evaluation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ stateDiagram-v2
426426
NOT_READY --> ERROR:initialize()
427427
NOT_READY --> FATAL:initialize()
428428
FATAL --> [*]
429-
READY --> ERROR:*
430-
ERROR --> READY:*
431-
READY --> STALE:*
432-
STALE --> READY:*
433-
STALE --> ERROR:*
429+
READY --> ERROR:#ast;
430+
ERROR --> READY:#ast;
431+
READY --> STALE:#ast;
432+
STALE --> READY:#ast;
433+
STALE --> ERROR:#ast;
434434
READY --> NOT_READY:shutdown()
435435
STALE --> NOT_READY:shutdown()
436436
ERROR --> NOT_READY:shutdown()

0 commit comments

Comments
 (0)