Skip to content

Commit cf634a9

Browse files
authored
Merge pull request #239 from dachafra/nat-order
natural order, solving #148
2 parents 21931dd + 9efece6 commit cf634a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/section/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An <dfn>expression map</dfn> (`rml:ExpressionMap`) is an abstract class, that is
1010
* 0 or 1 `rml:template`, or
1111
* another property, or properties, defined by a subclass of `rml:ExpressionMap`.
1212

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>.
1414

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

0 commit comments

Comments
 (0)