Skip to content

Commit

Permalink
Rebase, and fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed May 20, 2024
1 parent 52aaa94 commit 7631d15
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 @@ -22290,7 +22290,7 @@ return $rectangle =?> area()</eg>
optimizations when <code>transient{}</code> is used, but it is not required to do so.</p>

<note><p>One way of defining the semantics is to say that the enclosed expression is evaluated
in a new <xtermref spec="FO40" ref="execution-scope">execution scopes</xtermref>, thus removing any
in a new <xtermref spec="FO40" ref="execution-scope"/>, thus removing any
requirement that the results be consistent with those delivered in any other execution scope.
Note, however, that the scope of the <code>transient{}</code> expression is static rather than dynamic.</p></note>

Expand Down

0 comments on commit 7631d15

Please sign in to comment.