Skip to content

Commit 4a971c2

Browse files
committed
chore(ReactComponentWithPureRenderMixin.js): made "Mixin" lowercase
When referring to mixin, the rest of the comment is in lowercase; see line 36 and line 37. This change helps with the consistency of the usage of "mixin", and not to confuse it with a variable name.
1 parent f4744f3 commit 4a971c2

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)