Small typo (the --> there)
This commit is contained in:
parent
710d31b2a2
commit
424449e2f5
@ -52,7 +52,7 @@
|
|||||||

|

|
||||||
|
|
||||||
**Applicability:** Use the Singleton pattern when
|
**Applicability:** Use the Singleton pattern when
|
||||||
* the must be exactly one instance of a class, and it must be accessible to clients from a well-known access point
|
* there must be exactly one instance of a class, and it must be accessible to clients from a well-known access point
|
||||||
* when the sole instance should be extensible by subclassing, and clients should be able to use an extended instance without modifying their code
|
* when the sole instance should be extensible by subclassing, and clients should be able to use an extended instance without modifying their code
|
||||||
|
|
||||||
**Typical Use Case:**
|
**Typical Use Case:**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user