Skip to content

Commit 59062ce

Browse files
authored
Fix a typo
1 parent e0e09dc commit 59062ce

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)