Skip to content

Commit 847392a

Browse files
committed
docs: 格式化 & 更准确的命名
1 parent c9d9d43 commit 847392a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ groupObj.empty ()
287287
使用一个对象替代子对象
288288

289289
```js
290-
groupObj.replace (current, pre)
290+
groupObj.replace(current, prev)
291291
```
292292

293293
### Stage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ groupObj.empty()
184184
replace child by another obj
185185

186186
```js
187-
groupObj.replace (current, pre)
187+
groupObj.replace(current, prev)
188188
```
189189

190190
### Stage

0 commit comments

Comments
 (0)