소스 검색

Update README.md

Evgenii Neumerzhitckii 10 년 전
부모
커밋
c54981eef8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -124,7 +124,7 @@ keychain.set("hello world", forKey: "hello")
 
 ### Verify successful operation
 
-One can verify if `set`, `delete` and `clear` methods finished successfully by checking their return values. Those methods return `true` on sucecss and `false` on error.
+One can verify if `set`, `delete` and `clear` methods finished successfully by checking their return values. Those methods return `true` on success and `false` on error.
 
 ```Swift
 if keychain.set("hello world", forKey: "my key") {