docs: fix formatting

This commit is contained in:
zanninso 2024-07-08 17:02:42 +01:00 committed by zanninso
parent e514c70648
commit 51a5af45f7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
You are given an incomplete Factory design pattern implementation with some incorrect parts. Complete and fix the class to demonstrate your understanding of how the Factory design pattern works.
You are given an incomplete Factory design pattern implementation with some incorrect parts. Complete and fix the class to demonstrate your understanding of how the Factory design pattern works.
### Expected Classes