We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d816b3 commit 272f071Copy full SHA for 272f071
docs/src/lecture_07/hw.md
@@ -17,7 +17,7 @@ Create a macro `@ecosystem` that should be able to define a world given a list o
17
world = @ecosystem begin
18
@add 10 Sheep female # adds 10 female sheep
19
@add 2 Sheep male # adds 2 male sheep
20
- @add 100 Grass # adds 100 pieces of grass
+ @add 100 Grass # adds 100 pieces of fully grown grass
21
@add 3 Wolf # adds 5 wolf with random sex
22
end
23
```
0 commit comments