瀏覽代碼

Fixed typo #224

ibireme 8 年之前
父節點
當前提交
5d3aa9f16e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      YYModel/NSObject+YYModel.m

+ 1 - 1
YYModel/NSObject+YYModel.m

@@ -1294,7 +1294,7 @@ static NSMutableString *ModelDescriptionAddIndent(NSMutableString *desc, NSUInte
     return desc;
 }
 
-/// Generaate a description string
+/// Generate a description string
 static NSString *ModelDescription(NSObject *model) {
     static const int kDescMaxLength = 100;
     if (!model) return @"<nil>";