diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 8a460049..c3bb9c4d 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -600,7 +600,7 @@ The syntax and semantics of segments are defined in {{segments-details}}. In this document, the semantics of a JSONPath query define the required results and do not prescribe the internal workings of an implementation. This document may describe semantics in a procedural -step-by-step fashion, but such descriptions are normative only in the sense that any implementation MUST produce an identical result, but not in the sense that implementors are required to use the same algorithms. +step-by-step fashion, but such descriptions are normative only in the sense that any implementation MUST produce an identical result, but not in the sense that implementers are required to use the same algorithms. The semantics are that a valid query is executed against a value, the *query argument*, and produces a nodelist (i.e., a list of zero or more nodes of the value). @@ -1872,7 +1872,7 @@ Queries: The descendant segment consists of a double dot `..` followed by a child segment (using bracket notation). -Shortand notations are also provided that correspond to the shorthand forms of the child segment. +Shorthand notations are also provided that correspond to the shorthand forms of the child segment. ~~~~ abnf descendant-segment = ".." (bracketed-selection / diff --git a/scripts/soco.rb b/scripts/soco.rb index 5e9b7115..98cd8bbc 100644 --- a/scripts/soco.rb +++ b/scripts/soco.rb @@ -82,6 +82,6 @@ def seginterpret(v, segs) puts jsondata.to_yaml end else - puts "*** DIDNT EXPECT #{x.name}" + puts "*** DIDN'T EXPECT #{x.name}" end end