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.
2 parents ba292f1 + ff7e679 commit 34c12b1Copy full SHA for 34c12b1
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