Skip to content

Commit 45d093a

Browse files
authoredJul 31, 2024··
Merge pull request #85 from Xihihhh/patch-1
修正错字
2 parents e0e09dc + 59062ce commit 45d093a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/condition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ esac
581581
- `[[:alpha:]])`:匹配单个字母。
582582
- `???)`:匹配3个字符的单词。
583583
- `*.txt)`:匹配`.txt`结尾。
584-
- `*)`:匹配任意输入,通过作为`case`结构的最后一个模式。
584+
- `*)`:匹配任意输入,通常作为`case`结构的最后一个模式。
585585
586586
```bash
587587
#!/bin/bash

0 commit comments

Comments
 (0)
Please sign in to comment.