Skip to content

Commit b3aad98

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent dceb694 commit b3aad98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/rot90/docs/types

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/// <reference types="@stdlib/types"/>
2222

2323
import { ndarray } from '@stdlib/types/ndarray';
24-
import { ArrayLike } from '@stdlib/types/array';
24+
import { Collection } from '@stdlib/types/array';
2525

2626
/**
2727
* Interface defining function options.
@@ -35,7 +35,7 @@ interface Options {
3535
/**
3636
* Dimension indices defining the plane of rotation (default: [-2, -1]).
3737
*/
38-
dims?: ArrayLike<number>;
38+
dims?: Collection<number>;
3939
}
4040

4141
/**

0 commit comments

Comments
 (0)