Skip to content

Commit 3b5fe1f

Browse files
authored
Update reactivity-fundamentals.md (#2591)
1 parent d85a273 commit 3b5fe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/reactivity-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ console.log(proxy.nested === raw) // false
452452

453453
// count は分割代入すると state.count と切り離されます。
454454
let { count } = state
455-
// 元の状態に戻りません
455+
// 元の状態には影響しません
456456
count++
457457

458458
// この関数は数値を受け取りますが、これだと

0 commit comments

Comments
 (0)