Skip to content

Commit

Permalink
Fix docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 4, 2020
1 parent 6f7480b commit ea4875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-useless-undefined.md
Expand Up @@ -69,7 +69,7 @@ function* foo() {
```

```js
function foo(bar = undefined) {
function foo(bar) {
}
```

Expand Down

0 comments on commit ea4875b

Please sign in to comment.