You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: structural-patterns/facade/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ You should use the _Facade_ pattern in the following cases :
24
24
- Do the work assigned by the _Facade_ object.
25
25
-**Have no knowlegde about the _Facade_** - They do not keep any reference to it.
26
26
27
-
Note : A _Facade_ object can often be implemented as a [**_Singleton_**](../singleton/README.md) since only 1 is needed in most cases.
27
+
Note : A _Facade_ object can often be implemented as a [**_Singleton_**](../../creational-patterns/singleton/README.md) since only 1 is needed in most cases.
0 commit comments