Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed May 15, 2024
1 parent 1de1d12 commit a5eecd7
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 @@ -17883,7 +17883,7 @@ declare function recursive-content($item as item()) as record(key, value)* {
also from London to Brussels, from 322Km to 325Km.</p>
<eg>update map $data
replace (??Brussels?*[?to="London"]?distance,
??London?*[to="Brussels"]?distance)
??London?*[?to="Brussels"]?distance)
with 325</eg>
</example>

Expand Down

0 comments on commit a5eecd7

Please sign in to comment.