Skip to content

Commit 5d0d209

Browse files
committed
Make sure xref is wrapped in t tag to fix #814
1 parent 2e4d238 commit 5d0d209

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

relative-json-pointer.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,12 @@
133133
the new referenced value is that object.
134134
</t>
135135
</list>
136+
</t>
137+
<t>
136138
If the remainder of the Relative JSON Pointer is a JSON Pointer, then
137-
evaluation proceeds as per <xref target="RFC6901">RFC 6901, Section 4</xref>
138-
("Evaluation"), with the modification that the initial reference
139+
evaluation proceeds as per
140+
<xref target="RFC6901">RFC 6901, Section 5</xref>
141+
with the modification that the initial reference
139142
being used is the reference currently being held (which may not be
140143
root of the document).
141144
</t>

0 commit comments

Comments
 (0)