diff --git a/specifications/xquery-40/src/expressions.xml b/specifications/xquery-40/src/expressions.xml index 5c3ea1643..8d04397e9 100644 --- a/specifications/xquery-40/src/expressions.xml +++ b/specifications/xquery-40/src/expressions.xml @@ -22844,7 +22844,7 @@ return $rectangle =?> area() update map $a do { C1, C2, C3 } is equivalent to:

- let $v1 := update map $a var>C1 + let $v1 := update map $a C1 let $v2 := update map $v1 C2 let $v3 := update map $v2 C3 return $v3