Jelajahi Sumber

Fix a couple documentation typos

Nate West 10 tahun lalu
induk
melakukan
d60c6428b2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      CryptoSwift/AES.swift

+ 1 - 1
CryptoSwift/AES.swift

@@ -134,7 +134,7 @@ public class AES {
     }
 
     /**
-    Encrypt message. If padding is necessary, then PKCS7 padding is addedd and need to be removed after decryption.
+    Encrypt message. If padding is necessary, then PKCS7 padding is added and needs to be removed after decryption.
     
     :param: message Plaintext data