Skip to content

Commit fbedc02

Browse files
authored
docs: update copy
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 2f0f148 commit fbedc02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/number/float16/base/to-binary-string

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# To Binary String
21+
# toBinaryString
2222

2323
> Return a string giving the literal bit representation of a [half-precision floating-point number][ieee754].
2424
@@ -32,7 +32,7 @@ var toBinaryString = require( '@stdlib/number/float16/base/to-binary-string' );
3232

3333
#### toBinaryString( x )
3434

35-
Returns a `string` giving the literal bit representation of a [half-precision floating-point number][ieee754].
35+
Returns a string giving the literal bit representation of a [half-precision floating-point number][ieee754].
3636

3737
```javascript
3838
var toFloat16 = require( '@stdlib/number/float64/base/to-float16' );

0 commit comments

Comments
 (0)