Skip to content

Commit 8ada5ca

Browse files
committed
fix according to suggestion.
1 parent c639d1e commit 8ada5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/13-switch/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ switch (+a) {
107107
alert("this doesn't run");
108108
}
109109
```
110-
这里 `+a` 返回 `1`, 这个值跟 `case``b + 1` 相比较,然后对应代码被执行。
110+
这里 `+a` 返回 `1`这个值跟 `case``b + 1` 相比较,然后对应代码被执行。
111111
````
112112
113113
## "case" 分组

0 commit comments

Comments
 (0)