We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044222b commit 32eb115Copy full SHA for 32eb115
README.md
@@ -12,7 +12,7 @@ Programming patterns can be divided into the following groups:
12
Patterns from the book Game Programming Patterns:
13
14
1. [Command](https://github.com/Habrador/Unity-Programming-Patterns#1-command)
15
-2. [Flyweight(https://github.com/Habrador/Unity-Programming-Patterns#2-flyweight)
+2. [Flyweight](https://github.com/Habrador/Unity-Programming-Patterns#2-flyweight)
16
3. [Observer](https://github.com/Habrador/Unity-Programming-Patterns#3-observer)
17
4. [Prototype](https://github.com/Habrador/Unity-Programming-Patterns#4-prototype)
18
5. [Singleton](https://github.com/Habrador/Unity-Programming-Patterns#5-singleton)
0 commit comments