Skip to content

Commit e48bed5

Browse files
authored
docs: fix signatures
PR-URL: #13426 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 4da2dcf commit e48bed5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/node_modules/@stdlib/blas/ext/base/dindex-of/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
1
3838

3939

40-
{{alias}}( N, searchElement, x, strideX, offsetX )
40+
{{alias}}.ndarray( N, searchElement, x, strideX, offsetX )
4141
Returns the first index of a specified search element in a double-precision
4242
floating-point strided array using alternative indexing semantics.
4343

lib/node_modules/@stdlib/blas/ext/base/gindex-of/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
1
3737

3838

39-
{{alias}}( N, searchElement, x, strideX, offsetX )
39+
{{alias}}.ndarray( N, searchElement, x, strideX, offsetX )
4040
Returns the first index of a specified search element in a strided array
4141
using alternative indexing semantics.
4242

lib/node_modules/@stdlib/blas/ext/base/sindex-of/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
1
3838

3939

40-
{{alias}}( N, searchElement, x, strideX, offsetX )
40+
{{alias}}.ndarray( N, searchElement, x, strideX, offsetX )
4141
Returns the first index of a specified search element in a single-precision
4242
floating-point strided array using alternative indexing semantics.
4343

0 commit comments

Comments
 (0)