Skip to content

Commit 32cd35e

Browse files
committed
update to retrigger ci
1 parent e63e02b commit 32cd35e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberHooks.new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ function useMemoCache(size: number): Array<any> {
831831
}
832832
}
833833
}
834-
// Finally fall back to allocating a fresh instance
834+
// Finally fall back to allocating a fresh instance of the cache
835835
if (memoCache == null) {
836836
memoCache = {
837837
data: [],

packages/react-reconciler/src/ReactFiberHooks.old.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ function useMemoCache(size: number): Array<any> {
831831
}
832832
}
833833
}
834-
// Finally fall back to allocating a fresh instance
834+
// Finally fall back to allocating a fresh instance of the cache
835835
if (memoCache == null) {
836836
memoCache = {
837837
data: [],

0 commit comments

Comments
 (0)