Merge pull request #5603 from henryw4k/patch-3

chore(ReactComponentWithPureRenderMixin.js): made "Mixin" lowercase
This commit is contained in:
Paul O’Shannessy
2015-12-04 13:08:58 -08:00
@@ -15,7 +15,7 @@ var shallowCompare = require('shallowCompare');
/**
* If your React component's render function is "pure", e.g. it will render the
* same result given the same props and state, provide this Mixin for a
* same result given the same props and state, provide this mixin for a
* considerable performance boost.
*
* Most React components have pure render functions.