Ver Fonte

Fixed typo #224

ibireme há 8 anos atrás
pai
commit
5d3aa9f16e
1 ficheiros alterados com 1 adições e 1 exclusões
  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>";