Skip to content

Commit 46fd27a

Browse files
committed
minor
1 parent d110eb3 commit 46fd27a

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/06-constructor-new

1 file changed

+1
-1
lines changed

‎1-js/04-object-basics/06-constructor-new/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ JavaScript provides constructor functions for many built-in language objects: li
215215
```smart header="Objects, we'll be back!"
216216
In this chapter we only cover the basics about objects. They are essential for learning more about data types and functions in the next chapters.
217217
218-
After the learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
218+
After we learn that, in the chapter <info:object-oriented-programming> we return to objects and cover them in-depth, including inheritance and classes.
219219
```

0 commit comments

Comments
 (0)