euromark 11 年之前
父节点
当前提交
4797985979
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/Behavior/Jsonable.md

+ 2 - 2
docs/Behavior/Jsonable.md

@@ -97,8 +97,8 @@ debug($entity->get('tags'));
 
 Note: The cleanup automation you can additionally turn on/off. There are more things to explore. Dig into the source code for that.
 
-Yes  you could make a new table/relation for this in the first place.
-But sometimes its just quicker to create such an enumeration field.
+Yes - you could make a new table/relation for this in the first place.
+But sometimes it's just quicker to create such an enumeration field.
 
 Bear in mind: It then cannot be sorted/searched by those values, though.
 For a more static solution take a look at my [Static Enums](http://www.dereuromark.de/2010/06/24/static-enums-or-semihardcoded-attributes/).