Skip to content

Commit cafd69e

Browse files
author
Ilya Radchenko
committed
Fix jsdoc
1 parent 66afb26 commit cafd69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/output/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ function highlight(comment) {
4040
* Formats documentation as HTML.
4141
*
4242
* @param {Array<Object>} comments parsed comments
43-
* @param {Object} opts Options that can customize the output
44-
* @param {string} [opts.theme] Name of a module used for an HTML theme.
43+
* @param {Object} options Options that can customize the output
44+
* @param {string} [options.theme] Name of a module used for an HTML theme.
4545
* @param {Function} callback called with array of results as vinyl-fs objects
4646
* @returns {undefined} calls callback
4747
* @name html

0 commit comments

Comments
 (0)