소스 검색

Update README.md

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

+ 1 - 1
README.md

@@ -122,7 +122,7 @@ keychain.set("hello world", forKey: "hello")
 // Value will be stored under "myTestKey_hello" key
 ```
 
-### Verify successful operation
+### Check if operation was successful
 
 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.