Skip to content

Commit 3dcba28

Browse files
chore: apply suggested changes
1 parent e9b3080 commit 3dcba28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/number/float16/base/to-int32/test

lib/node_modules/@stdlib/number/float16/base/to-int32/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tape( 'if provided `NaN`, the function returns `0`', function test( t ) {
7575
t.end();
7676
});
7777

78-
tape( 'the function converts integer single-precision floating-point values to signed 32-bit integers', function test( t ) {
78+
tape( 'the function converts integer half-precision floating-point values to signed 32-bit integers', function test( t ) {
7979
var expected;
8080
var x;
8181
var y;
@@ -90,7 +90,7 @@ tape( 'the function converts integer single-precision floating-point values to s
9090
t.end();
9191
});
9292

93-
tape( 'the function converts decimal single-precision floating-point values to signed 32-bit integers', function test( t ) {
93+
tape( 'the function converts decimal half-precision floating-point values to signed 32-bit integers', function test( t ) {
9494
var expected;
9595
var x;
9696
var y;

0 commit comments

Comments
 (0)