Skip to content

Commit 7934e05

Browse files
authored
Update Readme.md
1 parent c68672b commit 7934e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Creational/ServiceLocator/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Problems:
1515
Notes:
1616
- Not use it extensively. Static and Singleton problems.
1717
- Give the preference to pass services in instead using it (using constructor)
18-
- What happens if the service can’t be located? Use it alongside NullObject Pattern?
18+
- What happens if the service can’t be located/is missing? Use it alongside NullObject Pattern?
1919
- Services don't know who is locating them. It might be considered in some implementations.
2020

2121
References:

0 commit comments

Comments
 (0)