Skip to content

Commit a5eebd0

Browse files
docs: update namespace TypeScript declaration documentation
PR-URL: #2217 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent e82767d commit a5eebd0

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@ interface Namespace {
29862986
* @param strideX - `x` stride length
29872987
* @param y - second input array
29882988
* @param strideY - `y` stride length
2989-
* @returns `x`
2989+
* @returns first input array
29902990
*
29912991
* @example
29922992
* var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)