Skip to content

Commit

Permalink
Use consistent form for "literal-expression"
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 29, 2024
1 parent 14e9aeb commit 40eed61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/ELSpec.adoc
Expand Up @@ -396,8 +396,8 @@ then apply if the return type of the method expression is not
`java.lang.String`.

Note that when EL is integrated into other technologies, such as JSP,
that integration may not include Literal Expressions. Where integrations
do not include Literal Expressions, those integrating technologies will
that integration may not include literal-expressions. Where integrations
do not include literal-expressions, those integrating technologies will
define their own specification, including escaping rules, for handling
text outside of EL and the escaping rules described above will not apply.

Expand Down

0 comments on commit 40eed61

Please sign in to comment.