Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-mdc authored Jan 7, 2022
1 parent a832a66 commit 8be8b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ represent them in a structured efficient way.
**Pattern**

The two main patterns applied specifically to the multiple elements were the **_Strategy Pattern_**, which defines a
family of algorithms, like the draw method, encapsulate each one of the and make them interchangeable, and the
**_Factory Method Pattern_**, which is defined by an Element interface, used to create the Class object, but let those
family of algorithms, like the draw method, encapsulates each one and makes them interchangeable, and the
**_Factory Method Pattern_**, which is defined by an Element interface, used to create the Class object, but lets those
elements sub-classes decide which class they should instantiate.

**Implementation**
Expand Down

0 comments on commit 8be8b8b

Please sign in to comment.