Skip to content

Commit 20c5d97

Browse files
NE-SmallTowngaearon
authored andcommitted
Keep consistency in the comment (#12579)
1 parent 181747a commit 20c5d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberCompleteWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function<T, P, I, TI, HI, PI, C, CC, CX, PL>(
8888

8989
function markUpdate(workInProgress: Fiber) {
9090
// Tag the fiber with an update effect. This turns a Placement into
91-
// an UpdateAndPlacement.
91+
// an PlacementAndUpdate.
9292
workInProgress.effectTag |= Update;
9393
}
9494

0 commit comments

Comments
 (0)