Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit34c12b1

Browse files
author
Dominik Liebler
committed
Merge pull requestDesignPatternsPHP#103 from ParamountSoft/patch-4
Update README.md
2 parentsba292f1 +ff7e679 commit34c12b1

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)

[8]ページ先頭

©2009-2025 Movatter.jp