mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-04 21:53:38 +03:00
fix stategy.md markdown
This commit is contained in:
parent
399a51c7fe
commit
451e2399c0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#Strategy Pattern
|
||||
# Strategy Pattern
|
||||
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
|
||||
|
||||
It defines algorithms, encapsulates them, and uses them interchangeably.
|
||||
|
|
Loading…
Add table
Reference in a new issue