Skip to content

Commit 315e548

Browse files
authored
Update predator_prey.jl (#1130)
* Update predator_prey.jl I guess it should be 'hawk' instead of 'wolf' * Update Project.toml bump version to 6.2.4
1 parent 6ccc502 commit 315e548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Agents"
22
uuid = "46ada45e-f475-11e8-01d0-f70cc89e6671"
33
authors = ["George Datseris", "Tim DuBois", "Aayush Sabharwal", "Ali Vahdati", "Adriano Meligrana"]
4-
version = "6.2.3"
4+
version = "6.2.4"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

examples/predator_prey.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# ## Making the model
4343
# First we define the agent types
4444
# (here you can see that it isn't really that much
45-
# of an advantage to have two different agent types. Like in the [Rabbit, Fox, Wolf](@ref)
45+
# of an advantage to have two different agent types. Like in the [Rabbit, Fox, Hawk](@ref)
4646
# example, we could have only one type and one additional field to separate them.
4747
# Nevertheless, for the sake of example, we will use two different types.)
4848
using Agents, Random

0 commit comments

Comments
 (0)