Skip to content

Commit 307c096

Browse files
committed
Merge pull request #1250 from jshen212/patch-1
Add period on line 9
2 parents c5d9a8a + 84b5a13 commit 307c096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import compose from './compose'
66

77
/*
88
* This is a dummy function to check if the function name has been altered by minification.
9-
* If the function has been minified and NODE_ENV !== 'production', warn the user
9+
* If the function has been minified and NODE_ENV !== 'production', warn the user.
1010
*/
1111
function isCrushed() {}
1212

0 commit comments

Comments
 (0)