Skip to content

Commit e915f9a

Browse files
authored
Typo
1 parent bd05362 commit e915f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connectAdvanced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export default function connectAdvanced(
222222
notifyNestedSubsOnComponentDidUpdate() {
223223
// `componentDidUpdate` is conditionally implemented when `onStateChange` determines it
224224
// needs to notify nested subs. Once called, it unimplements itself until further state
225-
// changes occur. Doing it this way vs having a permanent `componentDidMount` that does
225+
// changes occur. Doing it this way vs having a permanent `componentDidUpdate` that does
226226
// a boolean check every time avoids an extra method call most of the time, resulting
227227
// in some perf boost.
228228
this.componentDidUpdate = undefined

0 commit comments

Comments
 (0)