Skip to content

Commit 668877f

Browse files
committed
Updated readme
1 parent d781f76 commit 668877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ You have some class you want to add some behaviors to in a flexible way without
509509

510510
## 21. Factory
511511

512-
Collect all methods on how to create new objects in their own class. For each object you make you have to allocate some memory, and by creating all objects in a central area it makes it easier to monitor these allocations - especially if several team mambers are working on the code. The factory can also be responsible for the destruction of objects.
512+
Collect all methods on how to create new objects in their own class. For each object you make you have to allocate some memory, and by creating all objects in a central area it makes it easier to monitor these allocations. The factory can also be responsible for the destruction of objects.
513513

514514
**How to implement?**
515515

0 commit comments

Comments
 (0)