Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Feb 21, 2024
1 parent e7bdb55 commit 3a9f0e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion scripts/soco.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a9f0e6

Please sign in to comment.