Skip to content

Commit d26d8d8

Browse files
authoredDec 20, 2017
Spelling correction
corrected the spelling of specified
1 parent 2d4712a commit d26d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎creational/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This particular example uses a Director to abtract the
1414
construction of a building. The user specifies a Builder (House or
1515
Flat) and the director specifies the methods in the order necessary
16-
creating a different building dependding on the sepcified
16+
creating a different building dependding on the specified
1717
specification (through the Builder class).
1818
1919
@author: Diogenes Augusto Fernandes Herminio <diofeher@gmail.com>

0 commit comments

Comments
 (0)
Please sign in to comment.