Skip to content

Commit

Permalink
Update ensemble.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Mar 21, 2023
1 parent fb14dd5 commit 4c72bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/features/ensemble.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 4c72bfa

Please sign in to comment.