From 2821ec337d9aff518d505b8d7ce5162261733c13 Mon Sep 17 00:00:00 2001 From: Koray Date: Thu, 20 Dec 2018 11:14:46 +0100 Subject: [PATCH] Make the subject genderless --- Creational/AbstractFactory/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creational/AbstractFactory/README.rst b/Creational/AbstractFactory/README.rst index b494ee9..e44fabc 100644 --- a/Creational/AbstractFactory/README.rst +++ b/Creational/AbstractFactory/README.rst @@ -7,7 +7,7 @@ Purpose To create series of related or dependent objects without specifying their concrete classes. Usually the created classes all implement the same interface. The client of the abstract factory does not care about -how these objects are created, he just knows how they go together. +how these objects are created, it just knows how they go together. UML Diagram -----------