Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comments typos #17550

Merged
merged 8 commits into from Dec 22, 2019
Merged

Fix comments typos #17550

merged 8 commits into from Dec 22, 2019

Conversation

nicksp
Copy link
Contributor

@nicksp nicksp commented Dec 9, 2019

While investigating React Reconciler (for personal education) and its main phases: ReactFiberBeginWork, ReactFiberCommitWork and ReactFiberCompleteWork I spotted some typos in dev comments and thought I would commit back some of the sensible changes for folks who read comments 😛

@codesandbox-ci
Copy link

codesandbox-ci bot commented Dec 9, 2019

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4a884ae:

Sandbox Source
exciting-glade-619kk Configuration

@sizebot
Copy link

sizebot commented Dec 9, 2019

No significant bundle size changes to report.

Size changes (stable)

Generated by 🚫 dangerJS against 4a884ae

@sizebot
Copy link

sizebot commented Dec 9, 2019

No significant bundle size changes to report.

Size changes (experimental)

Generated by 🚫 dangerJS against 4a884ae

@@ -728,7 +728,7 @@ function updateClassComponent(
if (instance === null) {
if (current !== null) {
// An class component without an instance only mounts if it suspended
// inside a non- concurrent tree, in an inconsistent state. We want to
// inside a non-concurrent tree, in an inconsistent state. We want to
// tree it like a new mount, even though an empty version of it already
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be treat it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Just fixed that.

@bvaughn bvaughn merged commit ccc6100 into facebook:master Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants