docs: fix formatting

This commit is contained in:
zanninso 2024-07-18 04:14:25 +01:00 committed by zanninso
parent 868e5821e6
commit d789bcd666
2 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@
You are given an incomplete Builder design pattern implementation with some incorrect parts. Complete and fix the classes to demonstrate your understanding of how the Builder design pattern works.
Regex component required:
- Any Character: `.`
- Digit: `\d`
- Whitespace : `\s`
- Word Character: `\w`
### Expected Classes
```java