Skip to content

Commit 7446493

Browse files
committed
Moved Callback to idioms category.
1 parent 6366041 commit 7446493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
5656
* [Template method](#template-method)
5757
* [Visitor](#visitor)
5858
* [Null Object](#null-object)
59-
* [Callback](#callback)
6059

6160
### Presentation Tier Patterns
6261

@@ -71,6 +70,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
7170

7271
* [Execute Around](#execute-around)
7372
* [Double Checked Locking](#double-checked-locking)
73+
* [Callback](#callback)
7474

7575

7676

0 commit comments

Comments
 (0)