Skip to content

Commit e02c98e

Browse files
authored
Merge pull request #839 from Relequestual/Fixes/814
Make sure xref is wrapped in `t` tag to fix #814
2 parents fd7f166 + 5d0d209 commit e02c98e

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)