Skip to content

Commit e2fa0a4

Browse files
Tavernariochococo
authored andcommitted
Fix index
1 parent 1bf272d commit e2fa0a4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎Design-Patterns.playground.zip

0 Bytes
Binary file not shown.

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ print("Welcome!")
2727
| [👫 Command](#-command) | [👷 Builder](#-builder) | [🌉 Bridge](#-bridge) |
2828
| [🎶 Interpreter](#-interpreter) | [🏭 Factory Method](#-factory-method) | [🌿 Composite](#-composite) |
2929
| [🍫 Iterator](#-iterator) | [🃏 Prototype](#-prototype) | [🍧 Decorator](#-decorator) |
30-
| [💐 Mediator](#-mediator) | [💍 Singleton](#-singleton) || [🔂 Monostate](#-monostate) | [🎁 Façade](#-fa-ade) |
31-
| [💾 Memento](#-memento) | | [🍃 Flyweight](#-flyweight) |
32-
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
33-
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
30+
| [💐 Mediator](#-mediator) | [💍 Singleton](#-singleton) | [🎁 Façade](#-fa-ade) |
31+
| [💾 Memento](#-memento) | [🔂 Monostate](#-monostate) | [🍃 Flyweight](#-flyweight) |
32+
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
33+
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
3434
| [💡 Strategy](#-strategy) | | |
3535
| [🏃 Visitor](#-visitor) | | |
3636

‎source/contentsReadme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
| [👫 Command](#-command) | [👷 Builder](#-builder) | [🌉 Bridge](#-bridge) |
88
| [🎶 Interpreter](#-interpreter) | [🏭 Factory Method](#-factory-method) | [🌿 Composite](#-composite) |
99
| [🍫 Iterator](#-iterator) | [🃏 Prototype](#-prototype) | [🍧 Decorator](#-decorator) |
10-
| [💐 Mediator](#-mediator) | [💍 Singleton](#-singleton) || [🔂 Monostate](#-monostate) | [🎁 Façade](#-fa-ade) |
11-
| [💾 Memento](#-memento) | | [🍃 Flyweight](#-flyweight) |
12-
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
13-
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
10+
| [💐 Mediator](#-mediator) | [💍 Singleton](#-singleton) | [🎁 Façade](#-fa-ade) |
11+
| [💾 Memento](#-memento) | [🔂 Monostate](#-monostate) | [🍃 Flyweight](#-flyweight) |
12+
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
13+
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
1414
| [💡 Strategy](#-strategy) | | |
1515
| [🏃 Visitor](#-visitor) | | |
1616

0 commit comments

Comments
 (0)