소스 검색

Merge pull request #1233 from iBenjamin/master

Fix typo.
Christian Noon 9 년 전
부모
커밋
24df4a7acf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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:
         //