Skip to content

Commit 460e751

Browse files
committed
Fix JSDoc
1 parent ff6f3eb commit 460e751

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/plot/hist/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/plot/hist/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Object.defineProperty( Histogram.prototype, 'yLabel', {
268268
* @name _render
269269
* @memberof Histogram.prototype
270270
* @type {Function}
271-
* @param {string} [format] - render format
271+
* @param {string} format - render format
272272
* @returns {(VTree|string)} rendered histogram
273273
*/
274274
setReadOnly( Histogram.prototype, '_render', require( './render' ) );

0 commit comments

Comments
 (0)