瀏覽代碼

Update README.md

Evgenii Neumerzhitckii 10 年之前
父節點
當前提交
7cfd7f1a05
共有 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
 
-`set`, `delete` and `clear` method return true when the Keychain operation is successful.
+`set`, `delete` and `clear` methods return true when the Keychain operation is successful.
 
 ```Swift
 if keychain.set("hello world", forKey: "my key") {