Skip to content

Commit c70a3dc

Browse files
authored
Merge pull request #3218 from aki-mizu/patch-1
Remove typo
2 parents 5dff42b + 3a5d32e commit c70a3dc

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
@@ -226,7 +226,7 @@ As we know already, many operators and functions perform type conversions, e.g.
226226

227227
If we pass an object as an argument, then there are two stages of calculations:
228228
1. The object is converted to a primitive (using the rules described above).
229-
2. If the necessary for further calculations, the resulting primitive is also converted.
229+
2. If necessary for further calculations, the resulting primitive is also converted.
230230

231231
For instance:
232232

0 commit comments

Comments
 (0)