Skip to content

Commit

Permalink
MANUAL.txt: fix typo in template syntax (#10265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe authored Oct 7, 2024
1 parent 31e4fab commit d309413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2489,9 +2489,9 @@ in square brackets, immediately after the variable name
or partial:

```
${months[, ]}$
${months[, ]}

${articles:bibentry()[; ]$
${articles:bibentry()[; ]}
```

The separator in this case is literal and (unlike with `sep`
Expand Down

0 comments on commit d309413

Please sign in to comment.