Skip to content

Commit

Permalink
Update 01_Zsh-开发指南(第一篇-变量和语句).md
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu authored Feb 10, 2020
1 parent cc325f5 commit ec43f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_Zsh-开发指南(第一篇-变量和语句).md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ select i (aa bb cc) {
}
```

如果语句 1 执行出错,则执行语句 2。
无论语句 1 是否出错,都执行语句 2。

#### 简化的条件语句

Expand Down

0 comments on commit ec43f55

Please sign in to comment.