Skip to content

Commit

Permalink
check scan docs and update
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 28, 2024
1 parent 9cbfcab commit 1e3a516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EpiAware/src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Apply `f` to each element of `xs` and accumulate the results.
`f` must be a [callable](https://docs.julialang.org/en/v1/manual/methods/#Function-like-objects)
on a sub-type of `AbstractEpiModel`.
on a sub-type of `AbstractModel`.
### Design note
`scan` is being restricted to `AbstractModel` sub-types to ensure:
Expand Down

0 comments on commit 1e3a516

Please sign in to comment.