Skip to content

Commit 3e6dd1c

Browse files
authored
Update README.md
1 parent 52e7767 commit 3e6dd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CreationalPatterns/FactoryMethod/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A factory method
66
* handles object creation and
77
* encapsulates it in a subclass.
88

9-
**Usage**
9+
**Definition**
1010
```cs
1111
// A facotry method
1212
// 1. is abstract so the subclass are counted on to handle object creation.

0 commit comments

Comments
 (0)