Skip to content

Commit 07ddb7c

Browse files
authored
Merge pull request lydiahallie#141 from oshliaer/a-semicolon-typo
Fix lydiahallie#139
2 parents 0984c7b + 859f783 commit 07ddb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ shape.perimeter()
110110
###### 4. 输出是什么?
111111

112112
```javascript
113-
;+true
114-
!'Lydia'
113+
+true;
114+
!"Lydia";
115115
```
116116

117117
- A: `1` and `false`

0 commit comments

Comments
 (0)