Skip to content

Commit 7112c32

Browse files
authored
Merge pull request wangdoc#49 from motian/patch-1
docs(expansion): fix error
2 parents 69c1533 + d12ab2f commit 7112c32

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
@@ -319,7 +319,7 @@ aA1b aA2b aB3b aB4b
319319
大括号也可以与其他模式联用,并且总是先于其他模式进行扩展。
320320

321321
```bash
322-
$ echo /bin/{cat,d*}
322+
$ echo /bin/{cat,b*}
323323
/bin/cat /bin/b2sum /bin/base32 /bin/base64 ... ...
324324

325325
# 基本等同于

0 commit comments

Comments
 (0)