Skip to content

Commit a5525c3

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/inverse_problems/optimization_ode_param_fitting.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 5ae0f75 commit a5525c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/optimization_ode_param_fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nothing # hide
8787
```
8888

8989
## Optimisation problems with data for multiple species
90-
Imagine that, in our previous example, we had measurements the concentration of both *S* and *P*:
90+
Imagine that, in our previous example, we had measurements of the concentration of both *S* and *P*:
9191
```@example diffeq_param_estim_1
9292
data_vals_S = (0.8 .+ 0.4*rand(10)) .* data_sol[:S][2:end]
9393
data_vals_P = (0.8 .+ 0.4*rand(10)) .* data_sol[:P][2:end]

0 commit comments

Comments
 (0)