remove typo

This commit is contained in:
Casper 2024-11-06 15:08:05 +01:00 committed by GitHub
parent 681cee9723
commit ad8de48569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
| ------------------------------------------------ | ---------------------------------------------------------------- |
| **Grouping** | |
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
| **Conditionals** | |
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |