mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
fixed typo in Singleton
This commit is contained in:
@@ -6,7 +6,7 @@ namespace DesignPatterns;
|
||||
* Singleton pattern
|
||||
*
|
||||
* 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:
|
||||
* - DB Connector
|
||||
|
Reference in New Issue
Block a user