Skip to content

Commit

Permalink
Review section 1.18-1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Mar 9, 2020
1 parent 834b0c5 commit af2bfab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/src/main/asciidoc/ELSpec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,10 @@ methods in Java classes.
The full syntax is that of qualified n-ary
functions:

`[ns:]f([a1[,a2[,...[,an]]]])`
[subs="normal"]
----
[ns:]f([a~1~[,a~2~[,...[,a~n~]]]])
----

Where `ns` is the namespace prefix, `f` is
the name of the function, and `a` is an argument.
Expand Down

0 comments on commit af2bfab

Please sign in to comment.