Skip to content

Commit

Permalink
Fix markup problem resulting from bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Oct 10, 2023
1 parent bb7ae90 commit 5702701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/xquery-40/src/expressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10191,11 +10191,11 @@ return filter($days,$m)
to which the prefix is bound, regardless of the
local part of the name.</p>

<p>A node test can contain an <nt def="BracedURILiteral">BracedURILiteral</nt>, for example
<p>A node test can contain a <nt def="BracedURILiteral">BracedURILiteral</nt>, for example
<code role="parse-test"
>Q{http://example.com/msg}*</code>. Such a node test is true for any node of the principal
node kind of the step axis whose expanded QName has the namespace URI specified in
the <nt def="BracedURILiteral">BracedURILiteral</nt>, regardless of the local part of the name.</p>.
the <nt def="BracedURILiteral">BracedURILiteral</nt>, regardless of the local part of the name.</p>

<p>A node test can also
have the form <code role="parse-test"
Expand Down

0 comments on commit 5702701

Please sign in to comment.