Skip to content

Commit

Permalink
Update tutorial.jl (#1129)
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
maeckha authored Jan 24, 2025
1 parent 352f86e commit 6ccc502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
## make a container for model-level properties
properties = Dict(:min_to_be_happy => 3)

## Create the central `AgentBasedModel` that stores all simution information
## Create the central `AgentBasedModel` that stores all simulation information
model = StandardABM(
Schelling, # type of agents
space; # space they live in
Expand Down

0 comments on commit 6ccc502

Please sign in to comment.