Skip to content

Commit 4c72bfa

Browse files
authored
Update ensemble.md
1 parent fb14dd5 commit 4c72bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/features/ensemble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ EnsembleProblem(prob::DEProblem;
3535
to the batches. The second part of the output determines whether the simulation
3636
has converged. If `true`, the simulation will exit early. By default, this is
3737
always `false`.
38-
- `u_init`: The initial form fo the object that gets updated in-place inside the
38+
- `u_init`: The initial form of the object that gets updated in-place inside the
3939
`reduction` function.
4040
- `safetycopy`: Determines whether a safety `deepcopy` is called on the `prob`
4141
before the `prob_func`. By default, this is true for any user-given `prob_func`,

0 commit comments

Comments
 (0)