Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
line 603, 'schelling' instead of 'model' (#1120)
line 603 in docs/src/tutorial.jl changed from ```julia figure, _ = abmplot(model; agent_color = groupcolor, agent_marker = groupmarker, as = 10) # not executing ``` to ```julia figure, _ = abmplot(schelling; agent_color = groupcolor, agent_marker = groupmarker, agent_size = 10) ```
- Loading branch information