Skip to content

Commit 4d22995

Browse files
authored
Update section names
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent 9cca598 commit 4d22995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adr/20260312-record-syntax-unification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This asymmetry means the same concept (a record) is expressed with two different
5858

5959
## Considered Options
6060

61-
### Option 1: Current syntax (status quo)
61+
### Option 1: Block syntax for inputs, call syntax for outputs (current state)
6262

6363
Input uses a dedicated block syntax, output uses the `record()` function call:
6464

@@ -122,7 +122,7 @@ process FASTQC {
122122
- Bad, because the output block mixes type declarations with value assignments (`Path = file(...)`).
123123
- Bad, because block syntax in process I/O diverges from the function-call style already established for `record()`.
124124

125-
### Option 3: Unified `record()` function notation with assignment
125+
### Option 3: Call syntax for both inputs and outputs
126126

127127
Use the `record()` function-call syntax for both inputs and outputs, with standard assignment:
128128

0 commit comments

Comments
 (0)