mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +02:00
fixed typo in Singleton
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user