Include "us" in article sentence

This commit is contained in:
Justin Page 2022-01-25 17:25:02 -08:00
parent bae0ef44d0
commit 824bc9635c

View file

@ -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.