You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Design-Patterns.playground/Documentation/section-87.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<h1id="info">Info</h1>
15
15
<p>🍺 Playground generated with: <ahref="https://github.com/jas/playground">playground</a> by <ahref="http://twitter.com/jasonsandmeyer">@jasonsandmeyer</a></p>
16
16
<p>📖 Descriptions from: <ahref="http://www.blackwasp.co.uk/GangOfFour.aspx">Gang of Four Design Patterns Reference Sheet</a></p>
17
-
<p>🚀 How to generate playground (+zip) from this README: <ahref="https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown">GENERATE.markdown</a></p>
17
+
<p>🚀 How to generate playground (+zip) from this README: <ahref="https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.md">GENERATE.md</a></p>
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,6 @@ struct Cart<T> {
186
186
}
187
187
188
188
extensionCart: SequenceType{
189
-
typealiasGenerator= GeneratorOf<T>
190
189
191
190
funcgenerate() -> GeneratorOf<T> {
192
191
var i =0
@@ -1121,4 +1120,4 @@ Info
1121
1120
1122
1121
📖 Descriptions from: [Gang of Four Design Patterns Reference Sheet](http://www.blackwasp.co.uk/GangOfFour.aspx)
1123
1122
1124
-
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)
1123
+
🚀 How to generate playground (+zip) from this README: [GENERATE.md](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.md)
0 commit comments