Skip to content

Commit

Permalink
Must be *a* before PlacementAndUpdate (#12580)
Browse files Browse the repository at this point in the history
  • Loading branch information
hosembafer authored and gaearon committed Apr 8, 2018
1 parent 20c5d97 commit ea37545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberCompleteWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function<T, P, I, TI, HI, PI, C, CC, CX, PL>(

function markUpdate(workInProgress: Fiber) {
// Tag the fiber with an update effect. This turns a Placement into
// an PlacementAndUpdate.
// a PlacementAndUpdate.
workInProgress.effectTag |= Update;
}

Expand Down

0 comments on commit ea37545

Please sign in to comment.