Ver código fonte

Merge pull request #1233 from iBenjamin/master

Fix typo.
Christian Noon 9 anos atrás
pai
commit
24df4a7acf
1 arquivos alterados com 1 adições e 1 exclusões
  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:
         //