We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 681cee9 + ad8de48 commit 8755bb9Copy full SHA for 8755bb9
docs/index.md
@@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
85
| ------------------------------------------------ | ---------------------------------------------------------------- |
86
| **Grouping** | |
87
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
88
-| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
+| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
89
| **Conditionals** | |
90
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
91
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |
0 commit comments