Skip to content

Commit fb2026c

Browse files
authored
docs: update description
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 43999d4 commit fb2026c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/rotr90/docs/types

lib/node_modules/@stdlib/ndarray/base/rotr90/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
2828
* @param x - input array
2929
* @param k - number of times to rotate by 90 degrees
3030
* @param writable - boolean indicating whether the returned ndarray should be writable
31-
* @returns ndarray view
31+
* @returns output array
3232
*
3333
* @example
3434
* var array = require( '@stdlib/ndarray/array' );

0 commit comments

Comments
 (0)