Skip to content

Commit 20bd570

Browse files
authored
Merge pull request faif#218 from ethan92429/patch-1
Grammar
2 parents e9a08d0 + fe66bb2 commit 20bd570

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

creational/builder.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
from its actual representation (generally for abstraction).
1111
1212
*What does this example do?
13-
This particular example uses a director function to abtract the
13+
This particular example uses a director function to abstract the
1414
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 depending on the specified
17-
specification (through the Builder class).
15+
Flat) and the director specifies the methods in the order necessary,
16+
creating a different building depending on the specification
17+
(from the Builder class).
1818
1919
@author: Diogenes Augusto Fernandes Herminio <diofeher@gmail.com>
2020
https://gist.github.com/420905#file_builder_python.py

0 commit comments

Comments
 (0)