Explorar o código

Merge pull request #42 from nwest/doc-typos

Fix a couple documentation typos
Marcin Krzyzanowski %!s(int64=10) %!d(string=hai) anos
pai
achega
447244b586
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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