Skip to content

Commit 7d58afa

Browse files
authored
Fix prototype.py typo
change "as it make.." to "as it makes.."
1 parent f097a2d commit 7d58afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/creational/prototype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
application. Instead of relying on subclasses it creates objects by
55
copying a prototypical instance at run-time.
66
7-
This is useful as it make it easier to derive new kinds of objects,
7+
This is useful as it makes it easier to derive new kinds of objects,
88
when instances of the class have only a few different combinations of
99
state, and when instantiation is expensive.
1010

0 commit comments

Comments
 (0)