We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24be57 commit ff7e679Copy full SHA for ff7e679
Creational/Prototype/README.md
@@ -2,8 +2,8 @@
2
3
## Purpose
4
5
-To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it
+To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it.
6
7
## Examples
8
9
-* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM)
+* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM).
0 commit comments