Skip to content

Commit 3bda40b

Browse files
committed
+generation
1 parent 4ec6bed commit 3bda40b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Design-Patterns.playground.zip

-2 Bytes
Binary file not shown.

Design-Patterns.playground/Documentation/section-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h2 id="table-of-contents">Table of Contents</h2>
1818
<ul>
1919
<li><a href="#behavioral">Behavioral</a></li>
2020
<li><a href="#creational">Creational</a></li>
21-
<li><a href="#structural">Structural</a><h1 id="behavioral">Behavioral</h1>
22-
</li>
21+
<li><a href="#structural">Structural</a></li>
2322
</ul>
23+
<h1 id="behavioral">Behavioral</h1>
2424
<blockquote>
2525
<p>In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.</p>
2626
<p><strong>Source:</strong> <a href="http://en.wikipedia.org/wiki/Behavioral_pattern">wikipedia.org</a></p>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A short cheat-sheet with Xcode 6 Playground ([Design-Patterns.playground.zip](ht
1515
* [Creational](#creational)
1616
* [Structural](#structural)
1717

18-
# Behavioral
18+
#Behavioral
1919

2020
>In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.
2121
>
@@ -1042,4 +1042,4 @@ Info
10421042

10431043
📖 Descriptions from: [Gang of Four Design Patterns Reference Sheet](http://www.blackwasp.co.uk/GangOfFour.aspx)
10441044

1045-
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)
1045+
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)

docs/header.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ A short cheat-sheet with Xcode 6 Playground ([Design-Patterns.playground.zip](ht
1414
* [Behavioral](#behavioral)
1515
* [Creational](#creational)
1616
* [Structural](#structural)
17+

0 commit comments

Comments
 (0)