We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684cad9 commit 2dcf63cCopy full SHA for 2dcf63c
abstract-factory/README.md
@@ -142,7 +142,7 @@ Use the Abstract Factory pattern when
142
* Dependency injection in java hides the service class dependencies that can lead to runtime errors that would have been caught at compile time.
143
144
## Tutorial
145
-* [Abstract Factory Method Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
+* [Abstract Factory Pattern Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
146
147
## Real world examples
148
0 commit comments