Skip to content

Commit dad52a9

Browse files
committed
fix visitor's link position
1 parent 3442be5 commit dad52a9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

behavioral/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ We are going to deal with behaviors instead of define structures or encapsulate
1010
* [Memento](memento) [:notebook:](https://en.wikipedia.org/wiki/Memento_pattern)
1111
* [Strategy](strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
1212
* [Template](template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
13-
13+
* [Visitor](visitor) [:notebook:](https://en.wikipedia.org/wiki/Visitor_pattern)

structural/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ relationships.
1212
* [Decorator](decorator) [:notebook:](https://en.wikipedia.org/wiki/Decorator_pattern)
1313
* [Flyweight](flyweight) [:notebook:](https://en.wikipedia.org/wiki/Flyweight_pattern)
1414
* [Proxy](proxy) [:notebook:](https://en.wikipedia.org/wiki/Proxy_pattern)
15-
* [Visitor](visitor) [:notebook:](https://en.wikipedia.org/wiki/Visitor_pattern)

0 commit comments

Comments
 (0)