Skip to content

Commit c0e71d1

Browse files
committed
[FACADE]: Corrected a typo in the README.md
1 parent e969e30 commit c0e71d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structural-patterns/facade/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You should use the _Facade_ pattern in the following cases :
2424
- Do the work assigned by the _Facade_ object.
2525
- **Have no knowlegde about the _Facade_** - They do not keep any reference to it.
2626

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.
2828

2929
**How to implement**
3030

0 commit comments

Comments
 (0)