Skip to content

Commit ab4843c

Browse files
committed
A little bulb in the README :)
1 parent a7a76b6 commit ab4843c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

creational/factory-method/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ However, most of the app code doesn't depend on specific types of GUI elements.
4747
All the client code works with GUI elements through abstract interfaces
4848
defined by the `gui` module.
4949

50-
The [Abstract Factory example](../abstract-factory/) demonstrates even greater
51-
separation of Factory interface and its implementations.
50+
💡 The [Abstract Factory example](../abstract-factory/) demonstrates even
51+
greater separation of Factory interface and its implementations.
5252

5353
### How to Run
5454

0 commit comments

Comments
 (0)