Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed May 29, 2024
1 parent b14bd17 commit 664adc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ WDL also provides features for implementing more complex workflows. For example,
```json
{
"hello_parallel.pattern": "^[a-z_]+$",
"hello_parallel.files": ["/greetings.txt", "greetings2.txt"]
"hello_parallel.files": ["greetings.txt", "hello.txt"]
}
```

Expand Down

0 comments on commit 664adc3

Please sign in to comment.