mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
fixed typo in Singleton
This commit is contained in:
parent
1d554ddce3
commit
ceb6a3eeb9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user