cocoaheads-slovenija / charge-oclock

iOS client for theClocker; part of the learner project.
Other
4 stars 1 forks source link

Fix typo in file NetworkAPI.swift #3

Closed Andrej123 closed 7 years ago

Andrej123 commented 7 years ago

In file NetworkAPI.swift there is a typo at line 28: // yes, explicit unwinding, if we fail here, it might as well be the end of the world! The correct text should be: // yes, explicit unwrapping, if we fail here, it might as well be the end of the world!

goranche commented 7 years ago

true... go for it... 👍

goranche commented 7 years ago

fixed by #4