We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f661d7c commit 8074136Copy full SHA for 8074136
src/renderers/shared/reconciler/ReactUpdateQueue.js
@@ -132,7 +132,7 @@ var ReactUpdateQueue = {
132
* You may want to call this when you know that some deeper aspect of the
133
* component's state has changed but `setState` was not called.
134
*
135
- * This will not invoke `shouldUpdateComponent`, but it will invoke
+ * This will not invoke `shouldComponentUpdate`, but it will invoke
136
* `componentWillUpdate` and `componentDidUpdate`.
137
138
* @param {ReactClass} publicInstance The instance that should rerender.
0 commit comments