Skip to content

Commit 635dc38

Browse files
authored
Update README.rst
fixed typo
1 parent 8056f94 commit 635dc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

More/ServiceLocator/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN!**
55

66
Service Locator is considered for some people an anti-pattern. It violates the Dependency Inversion principle.
7-
Service Locator hides class' dependencies instead of exposing them as you would do using the Dependency Injection. In case of changes of those dependencies you risk to break the functionality of classses which are using them, making your system difficult to maintain.
7+
Service Locator hides class' dependencies instead of exposing them as you would do using the Dependency Injection. In case of changes of those dependencies you risk to break the functionality of classes which are using them, making your system difficult to maintain.
88

99
Purpose
1010
-------

0 commit comments

Comments
 (0)