Explorar el Código

Merge pull request #1233 from iBenjamin/master

Fix typo.
Christian Noon hace 9 años
padre
commit
24df4a7acf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/ParameterEncoding.swift

+ 1 - 1
Source/ParameterEncoding.swift

@@ -229,7 +229,7 @@ public enum ParameterEncoding {
         //==========================================================================================================
         //
         //  Batching is required for escaping due to an internal bug in iOS 8.1 and 8.2. Encoding more than a few
-        //  hundred Chinense characters causes various malloc error crashes. To avoid this issue until iOS 8 is no
+        //  hundred Chinese characters causes various malloc error crashes. To avoid this issue until iOS 8 is no
         //  longer supported, batching MUST be used for encoding. This introduces roughly a 20% overhead. For more
         //  info, please refer to:
         //