Skip to content

Commit fbec216

Browse files
committed
Fix indentation
1 parent 02a1512 commit fbec216

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/ind2sub/docs/types

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interface Ind2Sub {
104104
*/
105105
assign( shape: ArrayLike<number>, idx: number, options: Options, out: any ): Array<number>; // tslint-disable-line max-line-length
106106

107-
/**
107+
/**
108108
* Converts a linear index to an array of subscripts and assigns results to a provided output array.
109109
*
110110
* ## Notes

0 commit comments

Comments
 (0)