Skip to content

Commit 01565f6

Browse files
committed
Fix JSDoc comments
1 parent 12ef4d4 commit 01565f6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Object.defineProperty( Histogram.prototype, 'autoView', {
351351
* 'description': 'A histogram description.'
352352
* });
353353
* var desc = hist.description;
354-
* // returns 'A histogram description'
354+
* // returns 'A histogram description.'
355355
*/
356356
Object.defineProperty( Histogram.prototype, 'description', {
357357
'configurable': false,
@@ -1059,7 +1059,7 @@ Object.defineProperty( Histogram.prototype, 'yAxisOrient', {
10591059
*
10601060
* @name yDomain
10611061
* @memberof Histogram.prototype
1062-
* @type {NumberArray}
1062+
* @type {Array}
10631063
*
10641064
* @example
10651065
* var hist = new Histogram({

0 commit comments

Comments
 (0)