Skip to content

Commit 8993380

Browse files
committed
Fix @fileoverview tag content
1 parent c06ebd8 commit 8993380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-direct-mutation-state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Prevent usage of setState in componentDidMount
2+
* @fileoverview Prevent direct mutation of this.state
33
* @author David Petersen
44
*/
55
'use strict';

0 commit comments

Comments
 (0)