Skip to content

Commit f5e38ac

Browse files
committed
More doc tweaks
1 parent ba3ebdc commit f5e38ac

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/user/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,20 @@ For example, `"take funk blue air"` selects the function containing the token wi
176176

177177
##### `"previous"` / `"next"` / `<ordinal>` / `<number>`
178178

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"` |
193193

194194
##### `"every"`
195195

0 commit comments

Comments
 (0)