Skip to content

Commit 451e239

Browse files
authored
fix stategy.md markdown
1 parent 399a51c commit 451e239

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)