Skip to content

Commit

Permalink
update abnf per @eemeli suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed May 22, 2023
1 parent 6cd5acd commit 540da08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
The ABNF syntax of a Relative JSON Pointer is:
</t>
<sourcecode type="abnf9110"><![CDATA[
relative-json-pointer = origin-specification json-pointer
/ origin-specification "#"
relative-json-pointer = origin-specification ( "#" / json-pointer )
; json-pointer from RFC 6901
origin-specification = non-negative-integer [ index-manipulation ]
Expand Down

0 comments on commit 540da08

Please sign in to comment.