Skip to content

Commit f82e70e

Browse files
authored
Fix typo in agents_visualizations.jl (#1139)
1 parent 14a36df commit f82e70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/agents_visualizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# This page describes functions that can be used with the [Makie](https://docs.makie.org/stable/)
1010
# plotting ecosystem to animate and interact with agent based models.
11-
# ALl the functionality described here uses Julia's package extensions and therefore comes
11+
# All the functionality described here uses Julia's package extensions and therefore comes
1212
# into scope once `Makie` (or any of its backends such as `CairoMakie`) gets loaded.
1313

1414
# The animation at the start of the page is created using the code of this page, see below.

0 commit comments

Comments
 (0)