Skip to content

Commit d8a31cd

Browse files
authored
fix misspell in language/functions (#2174)
1 parent 4658c8e commit d8a31cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/functions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Making a bowl of raspberry natural yogurt.
494494
Argument lists may include the
495495
<literal>...</literal> token to denote that the function accepts a
496496
variable number of arguments. The arguments will be passed into the
497-
given variable as an array; for example:
497+
given variable as an &array; for example:
498498

499499
<example>
500500
<title>Using <literal>...</literal> to access variable arguments</title>

0 commit comments

Comments
 (0)