emreozdil / Swift-Daily-Tips

:octocat: Daily Tips from Swift World
MIT License
1.38k stars 79 forks source link

Removed unmatched brace and fixed spelling #36

Closed Roslund closed 5 years ago

Roslund commented 5 years ago

The code had an unmatched opening brace, I removed it in favor of trailing closure syntax. Also fixed spelling mistake: cold -> code.

alicanbatur commented 5 years ago

Thanks for fixing the bugs :)