Skip to content

Commit 34c12b1

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#103 from ParamountSoft/patch-4
Update README.md
2 parents ba292f1 + ff7e679 commit 34c12b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Creational/Prototype/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Purpose
44

5-
To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it
5+
To avoid the cost of creating objects the standard way (new Foo()) and instead create a prototype and clone it.
66

77
## Examples
88

9-
* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM)
9+
* Large amounts of data (e.g. create 1,000,000 rows in a database at once via a ORM).

0 commit comments

Comments
 (0)