Skip to content

Commit e321f69

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

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
@@ -111,8 +111,8 @@ We've opted for using the new [`xsum`](https://crates.io/crates/xsum) summation
111111
for the underlying implementation.
112112

113113
```javascript
114-
let sum = Math.sumPrecise([1.0, 2.5]);
115-
console.log(sum); // 3.5
114+
let sum = Math.sumPrecise([1e20, 0.1, -1e20]);
115+
console.log(sum); // 0.1
116116
```
117117

118118
## Boa Runtime

0 commit comments

Comments
 (0)