Skip to content

Commit 4c894ba

Browse files
committed
Fix path
1 parent e884dfe commit 4c894ba

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/constants/max-typedarray-length/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/constants/max-typedarray-length/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Maximum length of a typed array.
55
*
6-
* @module @stdlib/array/constants/max-typed-array-length
6+
* @module @stdlib/array/constants/max-typedarray-length
77
*
88
* @example
99
* var MAX_TYPEDARRAY_LENGTH = require( '@stdlib/array/constants/max-typedarray-length' );

0 commit comments

Comments
 (0)