Skip to content

Commit 9942611

Browse files
authored
Merge pull request wangdoc#6 from siriuscor/master
docs: fix typo
2 parents 5c6659c + 37115d3 commit 9942611

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
@@ -271,7 +271,7 @@ $ echo {1 , 2}
271271
{1 , 2}
272272
```
273273

274-
上面例子中,逗号前后有空格,Bash 就会认为这不是大括号扩展,而不是两个独立的参数
274+
上面例子中,逗号前后有空格,Bash 就会认为这不是大括号扩展,而是两个独立的参数
275275

276276
逗号前面可以没有值,表示扩展的第一项为空。
277277

0 commit comments

Comments
 (0)