Skip to content

Commit 67663ba

Browse files
committed
Merge pull request #5603 from henryw4k/patch-3
chore(ReactComponentWithPureRenderMixin.js): made "Mixin" lowercase
2 parents 4f9d8c3 + 4a971c2 commit 67663ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/ReactComponentWithPureRenderMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var shallowCompare = require('shallowCompare');
1515

1616
/**
1717
* If your React component's render function is "pure", e.g. it will render the
18-
* same result given the same props and state, provide this Mixin for a
18+
* same result given the same props and state, provide this mixin for a
1919
* considerable performance boost.
2020
*
2121
* Most React components have pure render functions.

0 commit comments

Comments
 (0)