Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moi-si authored Jul 31, 2024
1 parent e0e09dc commit 59062ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ esac
- `[[:alpha:]])`:匹配单个字母。
- `???)`:匹配3个字符的单词。
- `*.txt)`:匹配`.txt`结尾。
- `*)`:匹配任意输入,通过作为`case`结构的最后一个模式。
- `*)`:匹配任意输入,通常作为`case`结构的最后一个模式。
```bash
#!/bin/bash
Expand Down

0 comments on commit 59062ce

Please sign in to comment.