Ver Fonte

updated readme

ibireme há 9 anos atrás
pai
commit
d40b6be00d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -734,7 +734,7 @@ YYText 和 TextKit 架构对比
     [text yy_setColor:[UIColor redColor] range:NSmakeRange(0, 4)];
     text.yy_lineSpacing = 10;
     
-    // 3. 赋值到 YYLabe 或 YYTextView
+    // 3. 赋值到 YYLabel 或 YYTextView
     YYLabel *label = [YYLabel new];
     label.frame = ...
     label.attributedString = text;