We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcb4df commit 55f5020Copy full SHA for 55f5020
lib/node_modules/@stdlib/plot/hist/lib/index.js
@@ -26,7 +26,7 @@
26
* @example
27
* var Histogram = require( '@stdlib/plot/hist' );
28
*
29
-* TODO
+* var hist = new Histogram();
30
*/
31
32
// MODULES //
0 commit comments