@@ -642,8 +642,8 @@ definitions:
642642 example : (operator == "user1") || ((programName != "MyProgram") && (totalTimeInSeconds < @0))
643643 substitutions :
644644 description : >-
645- Substitutions to make into the query filter expression. Substitutions in the query expression
646- are indicated by a non-negative integer prefixed with the "@ " symbol, such as "@3." Each
645+ Makes substitutions in the query filter expression. Substitutions for the query expression
646+ are indicated by non-negative integers that are prefixed with the "at " symbol. Each
647647 substitution in the given expression will be replaced by the element at the corresponding
648648 index (zero-based) in this list. For example, "@0" in the filter expression will be replaced with
649649 the element at the zeroth index of the substitutions list.
@@ -1188,7 +1188,7 @@ paths:
11881188 - in : query
11891189 name : skip
11901190 description : >-
1191- The number of results to skip when paging .
1191+ The number of matching results to skip when querying .
11921192 For example, if the query filter matches 100 results with a skip
11931193 value of 50 and a take value of 25, results 51 through 75 will be
11941194 returned.
@@ -1397,7 +1397,7 @@ paths:
13971397 - in : query
13981398 name : skip
13991399 description : >-
1400- The number of steps to skip when paging .
1400+ The number of matching steps to skip when querying .
14011401 For example, if the query filter matches 100 steps with a skip
14021402 value of 50 and a take value of 25, steps 51 through 75 will be
14031403 returned.
0 commit comments