Skip to content

Commit

Permalink
Consistent use of plurals
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 29, 2024
1 parent 0e63710 commit 4c34d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ELSpec.adoc
Expand Up @@ -181,7 +181,7 @@ Each type of expression (eval-expression,
literal-expression, and composite expression) is described in its own
section below.

==== Eval-expression
==== Eval-expressions

An eval-expression is formed by using the
constructs `$\{expr}` or `#\{expr}`. Both constructs are parsed and
Expand Down Expand Up @@ -341,7 +341,7 @@ addition that coercion resolution is considered to be less specific than
overload resolution.


==== Literal-expression
==== Literal-expressions

A literal-expression does not use the
`$\{expr}` or `#{expr}` constructs, and simply evaluates to the text of
Expand Down Expand Up @@ -980,7 +980,7 @@ The logical operators are:
The evaluation of logical operators is described in the following
sections.

==== Binary operator - `A {&&,||,and,or} B`
==== Binary operators - `A {&&,||,and,or} B`

* Coerce both `A` and `B` to `Boolean`, apply operator

Expand Down

0 comments on commit 4c34d9c

Please sign in to comment.