Skip to content

Commit 2117057

Browse files
committed
Merge branch 'master' into develop
2 parents d08eec9 + b2de223 commit 2117057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and
4141

4242
func reachabilityChanged(note: NSNotification) {
4343

44-
let reachability = note.object as Reachability
44+
let reachability = note.object as! Reachability
4545

4646
if reachability.isReachable() {
4747
if reachability.isReachableViaWiFi() {

0 commit comments

Comments
 (0)