Merge pull request #2841 from justinpage/update-constructor-new-article
Include "us" in article sentence
This commit is contained in:
commit
d92b1a0eae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Constructor, operator "new"
|
||||
|
||||
The regular `{...}` syntax allows to create one object. But often we need to create many similar objects, like multiple users or menu items and so on.
|
||||
The regular `{...}` syntax allows us to create one object. But often we need to create many similar objects, like multiple users or menu items and so on.
|
||||
|
||||
That can be done using constructor functions and the `"new"` operator.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue