Skip to content

Commit b10b9c1

Browse files
authored
Update abstract-factory/README.md
1 parent 0aaa5da commit b10b9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abstract-factory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ objects without specifying their concrete classes.
2222

2323
Real-world example
2424

25-
> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom.
25+
> To create a kingdom we need objects with a common theme. The elven kingdom needs an elven king, elven castle, and elven army whereas the orcish kingdom needs an orcish king, orcish castle, and orcish army. There is a dependency between the objects in the kingdom.
2626
2727
In plain words
2828

0 commit comments

Comments
 (0)