diff --git a/auth48/rfc9535.xml b/auth48/rfc9535.xml
index f32af14d..369ad0a1 100644
--- a/auth48/rfc9535.xml
+++ b/auth48/rfc9535.xml
@@ -2525,7 +2525,7 @@ descendant-segment = ".." (bracketed-selection /
..*, the descendant-segment directly built from a
wildcard-selector, is shorthand for ..[*].
..<member-name>, a descendant-segment built from a
-member-name-shorthand, is shorthand for ..['<member-name>'].
+member-name-shorthand, is shorthand for ..&wj;['<member-name>'].
Note: As with the similar shorthand of a child-segment, this can
only be used with member names that are composed of certain
characters, as specified in the ABNF rule member-name-shorthand.
@@ -3590,7 +3590,7 @@ with similar XPath concepts.
// |
- ..name, ..[index], ..*, or ..[*] |
+ ..name, ..&wj;[index], ..*, or ..[*]
descendants (JSONPath borrows this syntax from E4X) |
@@ -3702,7 +3702,7 @@ and their JSONPath equivalents.
- //book[position()<3] |
+ //&wj;book[position()<3]
$..book[0,1] $..book[:2] |
the first two books |