Skip to content

Commit 665da9d

Browse files
authored
doc: builder pattern 👷🏻‍♀️
1 parent 21790e9 commit 665da9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter04_factory/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Rhino.
2424
2525
For instance the `PizzaIngredientFactory` abstract class defines an interface for a family of products.
2626

27-
** Builder **
27+
**Builder 👷🏻‍♀️**
2828

2929
When the object creation gets more complex with a number of distinct steps then the Builder pattern comes in,
3030
esseantially using a Template method to put all of the creation steps together.

0 commit comments

Comments
 (0)