Skip to content

Commit 74e603a

Browse files
authored
typo fixed (#1605)
typo fixed
2 parents 2b5ac97 + cfefb5a commit 74e603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1-js/05-data-types/02-number/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Strange! What is it then if not `0.3`?
201201
alert( 0.1 + 0.2 ); // 0.30000000000000004
202202
```
203203

204-
Ouch! There are more consequences than an incorrect comparison here. Imagine you're making an e-shopping site and the visitor puts `$0.10` and `$0.20` goods into their chart. The order total will be `$0.30000000000000004`. That would surprise anyone.
204+
Ouch! There are more consequences than an incorrect comparison here. Imagine you're making an e-shopping site and the visitor puts `$0.10` and `$0.20` goods into their cart. The order total will be `$0.30000000000000004`. That would surprise anyone.
205205

206206
But why does this happen?
207207

0 commit comments

Comments
 (0)