Skip to content

Commit 00641cc

Browse files
committed
fix(jsdoc): remove |
1 parent 3532695 commit 00641cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textlint-engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TextLintEngine {
1313
* Process files are wanted to lint.
1414
* TextLintEngine is a wrapper of textlint.js.
1515
* Aim to be called from cli with cli options.
16-
* @param {TextLintConfig|} options the options is command line options or Config object.
16+
* @param {TextLintConfig} options the options is command line options or Config object.
1717
* @constructor
1818
*/
1919
constructor(options) {

0 commit comments

Comments
 (0)