Skip to content

Commit f46f37d

Browse files
fix dispatch
1 parent 00b6a51 commit f46f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/interfaces/Ensembles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ EnsembleProblem
1717
### Solving the Problem
1818

1919
```@docs
20-
solve(prob::AbstractEnsembleProblem, alg, ensemblealg::BasicEnsembleAlgorithm)
20+
solve(prob::SciMLBase.AbstractEnsembleProblem, alg, ensemblealg::SciMLBase.BasicEnsembleAlgorithm)
2121
```
2222

2323
### EnsembleAlgorithms

0 commit comments

Comments
 (0)