Skip to content

Commit

Permalink
changed the grammar used to define Factory pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneyarikan committed Jul 27, 2012
1 parent 66f0f13 commit 003071c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Design-Patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ your code easier to manage and easier for others to understand.

## Factory

One of the most commonly used design patterns is the factory pattern. This is a pattern is simply a class that creates
One of the most commonly used design patterns is the factory pattern. In this pattern, a class simply creates
the object you want to use. Consider the following example of the factory pattern:

{% highlight php %}
Expand Down

0 comments on commit 003071c

Please sign in to comment.