Skip to content

Commit 4cf1006

Browse files
authored
Update JSDoc description format in README
1 parent 4e75869 commit 4cf1006

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
@@ -83,7 +83,7 @@ To prevent Prettier from formatting, use `/* */` or `//` instead of /\*\* \*/, o
8383

8484
```js
8585
/**
86-
* @param { string } param0 Description
86+
* @param { string } param0 description
8787
*/
8888
function fun(param0) {}
8989
```

0 commit comments

Comments
 (0)