Skip to content

Commit df721d1

Browse files
committed
Merge pull request iluwatar#23 from thatJavaNerd/patch-1
Small typo (the --> there)
2 parents 1ea04fe + 424449e commit df721d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/singleton/etc/singleton_1.png "Singleton")
5353

5454
**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
55+
* there must be exactly one instance of a class, and it must be accessible to clients from a well-known access point
5656
* when the sole instance should be extensible by subclassing, and clients should be able to use an extended instance without modifying their code
5757

5858
**Typical Use Case:**

0 commit comments

Comments
 (0)