Skip to content

Commit a7d62a3

Browse files
authored
docs: restore JSDoc comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4a17c37 commit a7d62a3

File tree

1 file changed

+5
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/nanmax-by/benchmark

1 file changed

+5
-0
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/nanmax-by/benchmark/benchmark.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ function createBenchmark( len ) {
110110

111111
// MAIN //
112112

113+
/**
114+
* Main execution sequence.
115+
*
116+
* @private
117+
*/
113118
function main() {
114119
var len;
115120
var min;

0 commit comments

Comments
 (0)