We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4712a commit d26d8d8Copy full SHA for d26d8d8
creational/builder.py
@@ -13,7 +13,7 @@
13
This particular example uses a Director to abtract the
14
construction of a building. The user specifies a Builder (House or
15
Flat) and the director specifies the methods in the order necessary
16
-creating a different building dependding on the sepcified
+creating a different building dependding on the specified
17
specification (through the Builder class).
18
19
@author: Diogenes Augusto Fernandes Herminio <diofeher@gmail.com>
0 commit comments