Merge pull request #22 from casperklein/patch-1
Some checks failed
Build and deploy to GitHub Pages / deploy (push) Has been cancelled

Remove typo
This commit is contained in:
Florian Köhler 2024-11-07 11:18:32 +01:00 committed by GitHub
commit 8755bb9ae5
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) |