Skip to content

Commit c7305ca

Browse files
committed
Fix require path
1 parent b5d7018 commit c7305ca

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/detect-float32array-support/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/detect-float32array-support/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Tests for native `Float32Array` support.
55
*
6-
* @module @stdlib/utils/detect-uint8clamped-support
6+
* @module @stdlib/utils/detect-float32array-support
77
*
88
* @example
99
* var hasFloat32ArraySupport = require( '@stdlib/utils/detect-float32array-support' );

0 commit comments

Comments
 (0)