Skip to content

Commit 5740c59

Browse files
authored
fix: refine zh-CN translation for useMemo example (#1899)
2 parents 40361a7 + 187ce82 commit 5740c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/reference/react/useMemo.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ label {
429429

430430
</Sandpack>
431431

432-
然而,这是 **删除了人为减速后** 的相同代码。此时你应该能感觉缺少 `useMemo` 后效果差异非常明显。
432+
然而,这是 **去掉人为减速后** 的相同代码。你有意识到这里并没有使用 `useMemo` 吗?
433433

434434
<Sandpack>
435435

@@ -927,7 +927,8 @@ label {
927927

928928
</Sandpack>
929929

930-
然而,这是 **删除了人为减速后** 的相同代码。此时你应该能感觉到缺少 `useMemo` 后效果差异非常明显。
930+
然而,这是 **去掉人为减速后** 的相同代码。你有意识到这里并没有使用 `useMemo` 吗?
931+
931932

932933
<Sandpack>
933934

0 commit comments

Comments
 (0)