Skip to content

Commit c6f8fea

Browse files
authored
docs: remove comment
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 85fece5 commit c6f8fea

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float16/base/from-word/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/float16/base/from-word/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Examples
1717
--------
1818
> var word = 15411; // => 0 01111 0000110011
19-
> var f16 = {{alias}}( word ) // when printed, promoted to float64
19+
> var f16 = {{alias}}( word )
2020
1.0498046875
2121

2222
See Also

0 commit comments

Comments
 (0)