Skip to content

Commit

Permalink
Merge pull request #97 from dertuxmalwieder/patch-1
Browse files Browse the repository at this point in the history
docs: Fixed Lisp syntax
  • Loading branch information
mmontone authored Nov 21, 2024
2 parents ba22798 + 938200e commit caadbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/djula.texi
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ Use of both @code{and} and @code{or} clauses within the same tag is allowed, wit
will be interpreted like:

@lisp
(if (or (athlete-list and coach-list) cheerleader-list) ..)
(if (or (and athlete-list coach-list) cheerleader-list) ..)
@end lisp

Use of actual parentheses in the @code{if} tag is invalid syntax. If you need
Expand Down

0 comments on commit caadbdb

Please sign in to comment.