Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pfhayes committed Dec 15, 2017
1 parent 3194de2 commit af6cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/no-access-state-in-setstate.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ruleTester.run('no-access-state-in-setstate', rule, {
`,
parserOptions: parserOptions
}, {
// issue 1597: allow this.state in callback
// issue 1604: allow this.state in callback
code: `
var Hello = React.createClass({
onClick: function() {
Expand Down

0 comments on commit af6cb31

Please sign in to comment.