We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ea04fe + 424449e commit df721d1Copy full SHA for df721d1
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