mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 17:52:25 +01:00
fixed typo in Singleton
This commit is contained in:
parent
1d554ddce3
commit
ceb6a3eeb9
@ -6,7 +6,7 @@ namespace DesignPatterns;
|
|||||||
* Singleton pattern
|
* Singleton pattern
|
||||||
*
|
*
|
||||||
* Purpose:
|
* Purpose:
|
||||||
* to have only one instance of this object in the application, that will handle all calls
|
* to have only one instance of this object in the application that will handle all calls
|
||||||
*
|
*
|
||||||
* Examples:
|
* Examples:
|
||||||
* - DB Connector
|
* - DB Connector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user