Explorar el Código

Update README.md

Git-Leon hace 6 años
padre
commit
570c5db31d
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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` if `hasBeenFertilized` flag is `false`.
14
+		* `Chicken` is an `Animal` and a `Produce` which `yield` an `EdibleEgg` 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`.