Skip to content

Commit

Permalink
docs(require-param): dot missing
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 27, 2022
1 parent e60c70f commit beb169c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .README/rules/require-param.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function quux ({foo: bar, baz: bax = 5}) {
}
```

..the fixed jsdoc will be:
...the fixed jsdoc will be:

```js
/**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15193,7 +15193,7 @@ function quux ({foo: bar, baz: bax = 5}) {
}
```

..the fixed jsdoc will be:
...the fixed jsdoc will be:

```js
/**
Expand Down

0 comments on commit beb169c

Please sign in to comment.