Skip to content

Commit 6ccc502

Browse files
authored
Update tutorial.jl (#1129)
fixed typo
1 parent 352f86e commit 6ccc502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
## make a container for model-level properties
6565
properties = Dict(:min_to_be_happy => 3)
6666

67-
## Create the central `AgentBasedModel` that stores all simution information
67+
## Create the central `AgentBasedModel` that stores all simulation information
6868
model = StandardABM(
6969
Schelling, # type of agents
7070
space; # space they live in

0 commit comments

Comments
 (0)