We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e7767 commit 3e6dd1cCopy full SHA for 3e6dd1c
CreationalPatterns/FactoryMethod/README.md
@@ -6,7 +6,7 @@ A factory method
6
* handles object creation and
7
* encapsulates it in a subclass.
8
9
-**Usage**
+**Definition**
10
```cs
11
// A facotry method
12
// 1. is abstract so the subclass are counted on to handle object creation.
0 commit comments