Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff7e679

Browse files
author
ParamountSoft
committed
Update README.md
1 parent d24be57 commit ff7e679

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)