Skip to content

Commit b08aab5

Browse files
committed
Fix closing comment
1 parent f52a759 commit b08aab5

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/timeit/bin

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/timeit/bin/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function printCSV( results ) {
3636
for ( i = 0; i < times.length; i++ ) {
3737
console.log( '%d,%d', times[i][0], times[i][1] ); // eslint-disable-line no-console
3838
}
39-
} // end FUNCTION printJSON()
39+
} // end FUNCTION printCSV()
4040

4141
/**
4242
* Pretty prints results.

0 commit comments

Comments
 (0)