Skip to content

Commit bf7b174

Browse files
author
Alexej Yaroshevich
committed
checkRedundantParams: fixup invalid example in readme
1 parent ccb12b1 commit bf7b174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function method(message) {}
169169
/**
170170
* @param {String} message
171171
*/
172-
function method(message) {}
172+
function method() {}
173173
```
174174

175175
### checkReturnTypes

0 commit comments

Comments
 (0)