Skip to content

Commit

Permalink
Merge pull request faif#218 from ethan92429/patch-1
Browse files Browse the repository at this point in the history
Grammar
  • Loading branch information
faif authored Mar 18, 2018
2 parents e9a08d0 + fe66bb2 commit 20bd570
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions creational/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
from its actual representation (generally for abstraction).
*What does this example do?
This particular example uses a director function to abtract the
This particular example uses a director function to abstract the
construction of a building. The user specifies a Builder (House or
Flat) and the director specifies the methods in the order necessary
creating a different building depending on the specified
specification (through the Builder class).
Flat) and the director specifies the methods in the order necessary,
creating a different building depending on the specification
(from the Builder class).
@author: Diogenes Augusto Fernandes Herminio <[email protected]>
https://gist.github.com/420905#file_builder_python.py
Expand Down

0 comments on commit 20bd570

Please sign in to comment.