Skip to content

Commit 614e29e

Browse files
committed
minor fixes
1 parent e2d1823 commit 614e29e

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/09-object-toprimitive

1 file changed

+1
-1
lines changed

1-js/04-object-basics/09-object-toprimitive/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ That's an important limitation, as the result of `obj1 + obj2` can't be another
1111

1212
E.g. we can't make objects representing vectors or matrices (or archievements or whatever), add them and expect a "summed" object as the result. Such architectural feats are automatically "off the board".
1313

14-
So, because we can't do much here, in real projects people don't do maths with objects. When it happens, it's usually because of coding mistake.
14+
So, because we can't do much here, in real projects people don't do maths with objects. When it happens, it's usually because of a coding mistake.
1515

1616
In this chapter we'll cover how an object converts to primitive and how to customize it.
1717

0 commit comments

Comments
 (0)