浏览代码

Update README.md

Git-Leon 6 年前
父节点
当前提交
e25accd95e
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -11,7 +11,7 @@
11 11
 	* `NoiseMaker` can `makeNoise`
12 12
 	* `Animal` is a `NoiseMaker` and `Eater`
13 13
 		* `Horse` is an `Animal` and `Rideable`
14
-		* `Chicken` is an `Animal` and a `Produce` which `yield` an `Egg`.
14
+		* `Chicken` is an `Animal` and a `Produce` which `yield` an `Egg` if `hasBeenFertilized` flag is `false`.
15 15
 
16 16
 	* `Rider` can `mount` and `dismount` a `Rideable` object.
17 17
 	* `Botanist` can `plant` a `Crop` in a `CropRow`.