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 fc24d91 commit 9c0b9cf
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 @@ -359,7 +359,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 9c0b9cf

Please sign in to comment.