Skip to content

Commit

Permalink
Merge pull request #85 from Xihihhh/patch-1
Browse files Browse the repository at this point in the history
修正错字
  • Loading branch information
ruanyf authored Jul 31, 2024
2 parents e0e09dc + 59062ce commit 45d093a
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 45d093a

Please sign in to comment.