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 d36ef79 commit 4ab633fCopy full SHA for 4ab633f
src/core/model_abstract.jl
@@ -53,7 +53,7 @@ as a few more additional functions described in the Developer's Docs.
53
Following this interface you can implement new variants of an `AgentBasedModel`.
54
The interface allows instances of `AgentBasedModel` to be used with any of the [API](@ref).
55
For example, functions such as [`random_agent`](@ref), [`move_agent!`](@ref) or
56
-[`add_agent`](@ref) do not need to be implemented manually but work out of the box
+[`add_agent!`](@ref) do not need to be implemented manually but work out of the box
57
provided the `AgentBasedModel` interface is followed.
58
"""
59
abstract type AgentBasedModel{S<:SpaceType} end
0 commit comments