Skip to content

Commit f719362

Browse files
authored
docs: add TODO
Signed-off-by: Athan <[email protected]>
1 parent 89a0e42 commit f719362

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/has-float16array-support/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/has-float16array-support/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MODULES //
2222

2323
var isFloat16Array = require( '@stdlib/assert/is-float16array' );
24-
var PINF = require( '@stdlib/constants/float64/pinf' );
24+
var PINF = require( '@stdlib/constants/float64/pinf' ); // TODO: replace with `constants/float16/pinf`
2525
var GlobalFloat16Array = require( './float16array.js' );
2626

2727

0 commit comments

Comments
 (0)