瀏覽代碼

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`.