Skip to content

Commit 272f071

Browse files
Update hw.md
1 parent 0d816b3 commit 272f071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/lecture_07/hw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create a macro `@ecosystem` that should be able to define a world given a list o
1717
world = @ecosystem begin
1818
@add 10 Sheep female # adds 10 female sheep
1919
@add 2 Sheep male # adds 2 male sheep
20-
@add 100 Grass # adds 100 pieces of grass
20+
@add 100 Grass # adds 100 pieces of fully grown grass
2121
@add 3 Wolf # adds 5 wolf with random sex
2222
end
2323
```

0 commit comments

Comments
 (0)