From 9efece624770ef41235c54e020c4de81c03d2d2a Mon Sep 17 00:00:00 2001 From: David Chaves Date: Fri, 19 Sep 2025 12:39:28 +0200 Subject: [PATCH] natural order, solving #148 --- spec/section/expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/section/expressions.md b/spec/section/expressions.md index b3e419b4..62eda267 100644 --- a/spec/section/expressions.md +++ b/spec/section/expressions.md @@ -10,7 +10,7 @@ An expression map (`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 expression evaluation result. +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 expression evaluation result. The reference expression set of an [=expression map=] is the set of expressions which are evaluated on a [=logical iteration=].