Skip to content

Commit 6698237

Browse files
committed
iluwatar#43 Move Intercepting Filter to behavior patterns category.
1 parent e03bd81 commit 6698237

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,12 +56,12 @@ 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+
* [Intercepting Filter](#intercepting-filter)
5960

6061
### Presentation Tier Patterns
6162

6263
Presentation Tier patterns are the top-most level of the application, this is concerned with translating tasks and results to something the user can understand.
6364

64-
* [Intercepting Filter](#intercepting-filter)
6565
* [Model-View-Presenter](#model-view-presenter)
6666

6767
### Idioms

0 commit comments

Comments
 (0)