Skip to content

Commit 41d2902

Browse files
authored
Merge pull request #1409 from jan-janssen/patch-1
Fix syntax for multiple affiliations
2 parents fec74cc + cdea430 commit 41d2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paper.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ so ROR annotations are typically made to the top-level organization.
118118
```yaml
119119
authors:
120120
- name: Albert Krewinkel
121-
affiliation: [ 1, 2, 3 ]
121+
affiliation: "1, 2, 3"
122122
123123
affiliations:
124124
- index: 1

0 commit comments

Comments
 (0)