Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@
Evaluation begins by processing the non-negative-integer prefix.
This can be found by taking the longest continuous sequence of decimal
digits available, starting from the beginning of the string, taking
the decimal numerical value. If this value is more than zero, then
the following steps are repeated that number of times:
the decimal numerical value. If the value is zero, the following steps
are skipped. If this value is more than zero, then the following steps
are repeated that number of times:
<list>
<t>
If the current referenced value is the root of the document, then
Expand Down