Skip to content

Commit 418b684

Browse files
authored
fix Lint error
Signed-off-by: Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
1 parent c2160e4 commit 418b684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/sorthp/lib

lib/node_modules/@stdlib/blas/ext/sorthp/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*
4646
* // Perform operation:
4747
* var out = sorthp( x );
48-
* // returns <ndarray>[ [ [ -5.0, -3.0 ] ], [ [ 1.0, 2.0 ] ], [ [ 4.0, 6.0 ] ] ]
48+
* // returns <ndarray>[ [ [ -5.0, -3.0 ] ], [ [ 1.0, 2.0 ] ], [ [ 4.0, 6.0 ] ] ]
4949
*/
5050

5151
// MODULES //

0 commit comments

Comments
 (0)