From 570270175fe15f8abe135339945577bde3689a09 Mon Sep 17 00:00:00 2001
From: Michael Kay
Date: Tue, 10 Oct 2023 20:25:16 +0100
Subject: [PATCH] Fix markup problem resulting from bad merge
---
specifications/xquery-40/src/expressions.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/specifications/xquery-40/src/expressions.xml b/specifications/xquery-40/src/expressions.xml
index c12cc3ec3..1dd835e4c 100644
--- a/specifications/xquery-40/src/expressions.xml
+++ b/specifications/xquery-40/src/expressions.xml
@@ -10191,11 +10191,11 @@ return filter($days,$m)
to which the prefix is bound, regardless of the
local part of the name.
- A node test can contain an BracedURILiteral, for example
+
A node test can contain a BracedURILiteral, for example
Q{http://example.com/msg}*
. 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 BracedURILiteral, regardless of the local part of the name.
.
+ the BracedURILiteral, regardless of the local part of the name.
A node test can also
have the form