Skip to content

Commit 745eb59

Browse files
committed
Doc updates
1 parent 1f69b08 commit 745eb59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Docs/FexElementsRef.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ mechanism with methods of the following basic form:
6666
---
6767
<a id="id-seq"></a>
6868
### `Sequence: Seq(s => s...)`
69+
```mermaid
70+
graph LR
71+
subgraph "Seq (Sequence)"
72+
direction LR
73+
A[FexElement 1] --> B[FexElement 2] -.-> C[FexElement n];
74+
end
75+
```
6976
A Sequence defines a series of steps that must complete in full in order to pass. Sequences are the primary building structures of flow expressions:
7077

7178
- A sequence consists of one or more FexElements.

0 commit comments

Comments
 (0)