Skip to content

Commit 5c6659c

Browse files
committed
docs(expansion): fix typo
1 parent 10d3d8c commit 5c6659c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ $ echo [[:upper:]]*
503503
[[:upper:]]*
504504
```
505505
506-
上面例子中,由于可匹配的文件,字符类就原样输出了。
506+
上面例子中,由于没有可匹配的文件,字符类就原样输出了。
507507
508508
## 使用注意点
509509

0 commit comments

Comments
 (0)