You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/section/expressions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ An <dfn>expression map</dfn> (`rml:ExpressionMap`) is an abstract class, that is
10
10
* 0 or 1 `rml:template`, or
11
11
* another property, or properties, defined by a subclass of `rml:ExpressionMap`.
12
12
13
-
Each of these properties specifies an [=expression=] which, upon evaluation, results in an ordered list of values, called the <dfn>expression evaluation result</dfn>.
13
+
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>.
14
14
15
15
The <dfn>reference expression set</dfn> of an [=expression map=] is the set of expressions which are evaluated on a [=logical iteration=].
0 commit comments