From c182e09248c1fa0674bfbcd677e5d68b45a1b4f6 Mon Sep 17 00:00:00 2001 From: Carl Whittick Date: Thu, 10 May 2018 08:45:11 +0100 Subject: [PATCH] Added a missing word to the Readme --- Structural/Facade/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structural/Facade/README.rst b/Structural/Facade/README.rst index 46b729b..95e8a17 100644 --- a/Structural/Facade/README.rst +++ b/Structural/Facade/README.rst @@ -4,7 +4,7 @@ Purpose ------- -The primary goal of a Facade Pattern is not to avoid you to read the +The primary goal of a Facade Pattern is not to avoid you having to read the manual of a complex API. It's only a side-effect. The first goal is to reduce coupling and follow the Law of Demeter.