From 51a5af45f733a68288d26aeeda07d99a0ce1ecc8 Mon Sep 17 00:00:00 2001 From: zanninso Date: Mon, 8 Jul 2024 17:02:42 +0100 Subject: [PATCH] docs: fix formatting --- subjects/java/checkpoints/factory-blueprint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/java/checkpoints/factory-blueprint/README.md b/subjects/java/checkpoints/factory-blueprint/README.md index ca8c0cd62..cc242b280 100644 --- a/subjects/java/checkpoints/factory-blueprint/README.md +++ b/subjects/java/checkpoints/factory-blueprint/README.md @@ -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