Skip to content

Commit 1859623

Browse files
authored
Merge pull request faif#318 from janetat/patch-1
Fix prototype.py typo
2 parents f097a2d + 7d58afa commit 1859623

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)