We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710d31b commit 424449eCopy full SHA for 424449e
README.md
@@ -52,7 +52,7 @@
52

53
54
**Applicability:** Use the Singleton pattern when
55
-* 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
56
* when the sole instance should be extensible by subclassing, and clients should be able to use an extended instance without modifying their code
57
58
**Typical Use Case:**
0 commit comments