Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Jun 21, 2024
1 parent 0e22f5c commit 4d9a14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xquery-40/src/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22844,7 +22844,7 @@ return $rectangle =?> area()</eg>
<code>update map $a do { <var>C1</var>, <var>C2</var>, <var>C3</var> }</code> is
equivalent to:</p>

<eg>let $v1 := update map $a { <var>C1</var> }
<eg>let $v1 := update map $a var>C1</var>
let $v2 := update map $v1 <var>C2</var>
let $v3 := update map $v2 <var>C3</var>
return $v3</eg>
Expand Down

0 comments on commit 4d9a14c

Please # to comment.