Skip to content

Commit 4ab633f

Browse files
authored
Typo in ABM docstring (#1135)
1 parent d36ef79 commit 4ab633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/model_abstract.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ as a few more additional functions described in the Developer's Docs.
5353
Following this interface you can implement new variants of an `AgentBasedModel`.
5454
The interface allows instances of `AgentBasedModel` to be used with any of the [API](@ref).
5555
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
56+
[`add_agent!`](@ref) do not need to be implemented manually but work out of the box
5757
provided the `AgentBasedModel` interface is followed.
5858
"""
5959
abstract type AgentBasedModel{S<:SpaceType} end

0 commit comments

Comments
 (0)