Skip to content

Commit 67efe3e

Browse files
authored
Merge pull request tmrts#26 from Philiphil/patch-1
fix stategy.md markdown
2 parents 399a51c + 451e239 commit 67efe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavioral/strategy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Strategy Pattern
1+
# Strategy Pattern
22
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
33

44
It defines algorithms, encapsulates them, and uses them interchangeably.

0 commit comments

Comments
 (0)