Skip to content

Commit

Permalink
(editorial): avoid "natural rule"
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Jun 15, 2021
1 parent 84e4abc commit 3eb8fbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,9 @@ MUST raise an error.
#### Syntax
{: unnumbered}

The descendant selector starts with a double dot `'..'`. It can be used in place of the normal `dot-selector`. So it will usually be followed by an object member name. As an extension to that natural rule it might also be followed by an `index-selector` acting on objects or arrays.
The descendant selector starts with a double dot `'..'` and can be
followed by an object member name (similar to the `dot-selector`),
by an `index-selector` acting on objects or arrays, or by a wild card.

~~~~ abnf
descendant-selector = ".." ( dot-member-name / ; ..<name>
Expand Down

0 comments on commit 3eb8fbb

Please sign in to comment.