Skip to content

Commit 5d2d8c5

Browse files
committed
fix the lost translating paragragh in last version.
1 parent aee3c2b commit 5d2d8c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README_zhCn.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,7 @@ for (let [key, value] of map.entries()) {
706706

707707
## WeakMaps
708708

709-
710-
In order to store private data in < ES5, we had various ways of doing this.
711-
One such method was using naming conventions:
709+
在ES5之前的版本,我们为了存储私有数据,有好几种方法。像使用这种下划线命名约定:
712710

713711
```javascript
714712
class Person {

0 commit comments

Comments
 (0)