浏览代码

Fixed styling for getName() BC note

Tim Nagel 14 年之前
父节点
当前提交
d736da6420
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      UPDATE.md

+ 3 - 3
UPDATE.md

@@ -45,9 +45,9 @@ RC4 to RC5
         framework:
             trust_proxy_headers: true
 
- * To avoid hidden naming collisions, the AbstractType does not try to define
-   the name of form types magically. You now need to implement the `getName()`
-   method explicitly when creating a custom type.
+* To avoid hidden naming collisions, the AbstractType does not try to define
+  the name of form types magically. You now need to implement the `getName()`
+  method explicitly when creating a custom type.
 
 RC3 to RC4
 ----------