Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/section/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An <dfn>expression map</dfn> (`rml:ExpressionMap`) is an abstract class, that is
* 0 or 1 `rml:template`, or
* another property, or properties, defined by a subclass of `rml:ExpressionMap`.

Each of these properties specifies an [=expression=] which, upon evaluation, results in an ordered list of values, called the <dfn>expression evaluation result</dfn>.
Each of these properties specifies an [=expression=] which, upon evaluation, results in a naturally ordered list of values (i.e., preserving the order in which they are produced by the iterations), called the <dfn>expression evaluation result</dfn>.

The <dfn>reference expression set</dfn> of an [=expression map=] is the set of expressions which are evaluated on a [=logical iteration=].

Expand Down