Skip to content

Commit f6b4163

Browse files
nekevsshansl
andcommitted
Update blog/boa-release-21/index.md
Co-authored-by: Hans Larsen <[email protected]>
1 parent 35878d7 commit f6b4163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/boa-release-21/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ This release adds support for `f16` types for the TypedArray, Dataview, and Math
9191
built-ins.
9292

9393
```javascript
94-
const x = new Float16Array([37, 42]);
95-
console.log(x[1]); // 42
94+
const x = new Float16Array([37, 42.123456]);
95+
console.log(x[1]); // 42.125
9696
```
9797

9898
### Error.isError

0 commit comments

Comments
 (0)