Skip to content

Commit 43fd709

Browse files
committed
fix(definitions): clarify TSDoc comments
1 parent 57221d2 commit 43fd709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* A multidimensional array returned by `makeMatrix` when over 4 dimensions are required.
2+
* A multidimensional array returned by `makeMatrix` for over four dimensions.
33
*/
44
export type Matrix<T> = T[][][][][] | Matrix<T>[];
55

0 commit comments

Comments
 (0)