Skip to content

Commit e179cac

Browse files
Fixes mermaid diagram.
1 parent 01a7c9c commit e179cac

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/concepts/programs.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ As a simple example, a program could be designed to check the length of a messag
1616

1717
```mermaid
1818
flowchart LR
19-
A[Entropy account]
20-
B{Length > 10}
21-
C[Signing nodes]
22-
D[Fail]
23-
E[Success]
24-
25-
A --> | send message | B
26-
B -- true --> E
27-
E --> | generate signature | C
28-
C --> | valid signature | A
29-
30-
B -- false --> D
19+
A[Entropy account]
20+
B{Length > 10}
21+
C[Signing nodes]
22+
D[Fail]
23+
E[Success]
24+
25+
A --> | send message | B
26+
B -- true --> E
27+
E --> | generate signature | C
28+
C --> | valid signature | A
29+
30+
B -- false --> D
3131
```
3232

3333
{{< callout "info" >}}

0 commit comments

Comments
 (0)