Skip to content

Commit a8c31b4

Browse files
NE-SmallTownrhagigi
authored andcommitted
Keep consistency in the comment (facebook#12579)
1 parent 9961f1f commit a8c31b4

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)