Skip to content

Commit af6cb31

Browse files
committed
Fix typo in comment
1 parent 3194de2 commit af6cb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-access-state-in-setstate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ruleTester.run('no-access-state-in-setstate', rule, {
6565
`,
6666
parserOptions: parserOptions
6767
}, {
68-
// issue 1597: allow this.state in callback
68+
// issue 1604: allow this.state in callback
6969
code: `
7070
var Hello = React.createClass({
7171
onClick: function() {

0 commit comments

Comments
 (0)