Skip to content

Commit

Permalink
Fix @fileoverview tag content
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrol committed Jan 28, 2016
1 parent c06ebd8 commit 8993380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-direct-mutation-state.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @fileoverview Prevent usage of setState in componentDidMount
* @fileoverview Prevent direct mutation of this.state
* @author David Petersen
*/
'use strict';
Expand Down

0 comments on commit 8993380

Please sign in to comment.