From 4c72bfacb9fb28ed41ad040cb5541371a8f88b8e Mon Sep 17 00:00:00 2001 From: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:51:58 +1000 Subject: [PATCH] Update ensemble.md --- docs/src/features/ensemble.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/features/ensemble.md b/docs/src/features/ensemble.md index 69c06e4d9..40e92a02e 100644 --- a/docs/src/features/ensemble.md +++ b/docs/src/features/ensemble.md @@ -35,7 +35,7 @@ EnsembleProblem(prob::DEProblem; to the batches. The second part of the output determines whether the simulation has converged. If `true`, the simulation will exit early. By default, this is always `false`. - - `u_init`: The initial form fo the object that gets updated in-place inside the + - `u_init`: The initial form of the object that gets updated in-place inside the `reduction` function. - `safetycopy`: Determines whether a safety `deepcopy` is called on the `prob` before the `prob_func`. By default, this is true for any user-given `prob_func`,