Skip to content

Commit 5e6c27d

Browse files
committed
Auto-generated commit
1 parent 8edfaee commit 5e6c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type Unary<T, V> = ( this: V, indices: Array<number> ) => T;
4747
type Callback<T, V> = Nullary<T, V> | Unary<T, V>;
4848

4949
/**
50-
* Five-dimensional array.
50+
* Five-dimensional nested array.
5151
*/
5252
type Array5D<T> = Array<Array<Array<Array<Array<T>>>>>;
5353

0 commit comments

Comments
 (0)