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 352f86e commit 6ccc502Copy full SHA for 6ccc502
docs/src/tutorial.jl
@@ -64,7 +64,7 @@ end
64
## make a container for model-level properties
65
properties = Dict(:min_to_be_happy => 3)
66
67
-## Create the central `AgentBasedModel` that stores all simution information
+## Create the central `AgentBasedModel` that stores all simulation information
68
model = StandardABM(
69
Schelling, # type of agents
70
space; # space they live in
0 commit comments