Skip to content

Commit b656fe7

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 70e08cd commit b656fe7

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/number/float16/base/to-float32

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/number/float16/base/to-float32/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var float16ToFloat32 = require( '@stdlib/number/float16/base/to-float32' );
3232

3333
#### float16ToFloat32( x )
3434

35-
Convert a [half-precision floating-point number][half-precision-floating-point-format] to the nearest [single-precision floating-point number][ieee754].
35+
Converts a [half-precision floating-point number][half-precision-floating-point-format] to the nearest [single-precision floating-point number][ieee754].
3636

3737
```javascript
3838
var float64ToFloat16 = require( '@stdlib/number/float64/base/to-float16' );
@@ -108,7 +108,7 @@ logEachMap( 'float64: %f => float16: %f => float32: %f', f64, f16, pickArguments
108108

109109
#### stdlib_base_float16_to_float32( x )
110110

111-
Convert a [half-precision floating-point number][half-precision-floating-point-format] to the nearest [single-precision floating-point number][ieee754].
111+
Converts a [half-precision floating-point number][half-precision-floating-point-format] to the nearest [single-precision floating-point number][ieee754].
112112

113113
```c
114114
#include "stdlib/number/float16/ctor.h"

0 commit comments

Comments
 (0)