Skip to content

Commit

Permalink
Fix comment typo [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 23, 2020
1 parent 65b68ee commit d2e047b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class Renderer extends ReactDOMServerRenderer {

/*
* Shim of `this.stack.pop()`. Shim is applied in class constructor.
* Used to detect when existing a Suspense or Promise node in the tree.
* Used to detect when exiting a Suspense or Promise node in the tree.
* If exiting a Suspense node which has been suspended, fallback is
* rendered.
*/
Expand Down

0 comments on commit d2e047b

Please sign in to comment.