Skip to content

Commit 5445b56

Browse files
authored
docs: fix example
Signed-off-by: Athan <[email protected]>
1 parent c104f25 commit 5445b56

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/grot/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/grot/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* var x = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
4040
* var y = [ 6.0, 7.0, 8.0, 9.0, 10.0 ];
4141
*
42-
* grot( 4, x, 1, 1, y, 1, 1, 0.8, 0.6 );
42+
* grot.ndarray( 4, x, 1, 1, y, 1, 1, 0.8, 0.6 );
4343
* // x => [ 1.0, ~5.8, 7.2, 8.6, 10.0 ]
4444
* // y => [ 6.0, 4.4, ~4.6, ~4.8, 5.0 ]
4545
*/

0 commit comments

Comments
 (0)