Skip to content

Commit

Permalink
Merge pull request iluwatar#23 from thatJavaNerd/patch-1
Browse files Browse the repository at this point in the history
Small typo (the --> there)
  • Loading branch information
iluwatar committed Dec 2, 2014
2 parents 1ea04fe + 424449e commit df721d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/singleton/etc/singleton_1.png "Singleton")

**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

**Typical Use Case:**
Expand Down

0 comments on commit df721d1

Please sign in to comment.