Просмотр исходного кода

Merge pull request #53 from goktugyil/patch-1

Fixed: Invalid character in source file
Ashley Mills 10 лет назад
Родитель
Сommit
311eed81e3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ Just drop the **Reachability.swift** file into your project. That's it!
     do {
         try reachability.startNotifier()
     } catch {
-        print(\"Unable to start notifier")
+        print("Unable to start notifier")
     }
 
 ````