@@ -176,20 +176,20 @@ For example, `"take funk blue air"` selects the function containing the token wi
176
176
177
177
##### ` "previous" ` / ` "next" ` / ` <ordinal> ` / ` <number> `
178
178
179
- | Spoken form | Description | Example |
180
- | ---------------------------- | ------------------------------------------------------------------- | --------------------------- |
181
- | ` [number] [scope]s ` | ` [number] ` instances of ` [scope] ` including target, going forwards | "take three funks" |
182
- | ` [number] [scope]s backward ` | ` [number] ` instances of ` [scope] ` including target, going backwards | "take three funks backward" |
183
- | ` [nth] [scope] ` | ` [nth] ` instance of ` [scope] ` in iteration scope | "take third funk" |
184
- | ` [nth] last [scope] ` | ` [nth] ` -to-last instance of ` [scope] ` in iteration scope | "take third last funk" |
185
- | ` [nth] next [scope] ` | ` [nth] ` instance of ` [scope] ` after target | "take third next funk" |
186
- | ` [nth] previous [scope] ` | ` [nth] ` instance of ` [scope] ` before target | "take third previous funk" |
187
- | ` first [number] [scope]s ` | First ` [number] ` instances of ` [scope] ` in iteration scope | "take first three funks" |
188
- | ` last [number] [scope]s ` | Last ` [number] ` instances of ` [scope] ` in iteration scope | "take last three funks" |
189
- | ` next [number] [scope]s ` | next ` [number] ` instances of ` [scope] ` | "take next three funks" |
190
- | ` next [scope] ` | Next instance of ` [scope] ` | "take next funk" |
191
- | ` previous [number] [scope]s ` | previous ` [number] ` instances of ` [scope] ` | "take previous three funks" |
192
- | ` previous [scope] ` | Previous instance of ` [scope] ` | "take previous funk" |
179
+ | Spoken form | Description | Example |
180
+ | ------------------------------ | ------------------------------------------------------------------- | -- --------------------------- |
181
+ | ` " [number] [scope]s" ` | ` [number] ` instances of ` [scope] ` including target, going forwards | ` "take three funks" ` |
182
+ | ` " [number] [scope]s backward" ` | ` [number] ` instances of ` [scope] ` including target, going backwards | ` "take three funks backward" ` |
183
+ | ` " [nth] [scope]" ` | ` [nth] ` instance of ` [scope] ` in iteration scope | ` "take third funk" ` |
184
+ | ` " [nth] last [scope]" ` | ` [nth] ` -to-last instance of ` [scope] ` in iteration scope | ` "take third last funk" ` |
185
+ | ` " [nth] next [scope]" ` | ` [nth] ` instance of ` [scope] ` after target | ` "take third next funk" ` |
186
+ | ` " [nth] previous [scope]" ` | ` [nth] ` instance of ` [scope] ` before target | ` "take third previous funk" ` |
187
+ | ` " first [number] [scope]s" ` | First ` [number] ` instances of ` [scope] ` in iteration scope | ` "take first three funks" ` |
188
+ | ` " last [number] [scope]s" ` | Last ` [number] ` instances of ` [scope] ` in iteration scope | ` "take last three funks" ` |
189
+ | ` " next [number] [scope]s" ` | next ` [number] ` instances of ` [scope] ` | ` "take next three funks" ` |
190
+ | ` " next [scope]" ` | Next instance of ` [scope] ` | ` "take next funk" ` |
191
+ | ` " previous [number] [scope]s" ` | previous ` [number] ` instances of ` [scope] ` | ` "take previous three funks" ` |
192
+ | ` " previous [scope]" ` | Previous instance of ` [scope] ` | ` "take previous funk" ` |
193
193
194
194
##### ` "every" `
195
195
0 commit comments