Skip to content

Commit 2f78a31

Browse files
committed
spelling fix
1 parent f915f8a commit 2f78a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/model_creation/functional_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ plot(sol)
7575
```
7676

7777
### [Interpolating the input into the DSL](@id functional_parameters_circ_rhythm_dsl)
78-
It is possible to use time-dependent inputs when creating models [through the DSL](@ref dsl_description) as well. However, it can still be convenient to declare the input parameter programmatically as above. Next, we ca [interpolate](@ref dsl_advanced_options_symbolics_and_DSL_interpolation) it into our DSL-declaration (ensuring to also make it a function of `t`):
78+
It is possible to use time-dependent inputs when creating models [through the DSL](@ref dsl_description) as well. However, it can still be convenient to declare the input parameter programmatically as above. Next, we can [interpolate](@ref dsl_advanced_options_symbolics_and_DSL_interpolation) it into our DSL-declaration (ensuring to also make it a function of `t`):
7979
```@example functional_parameters_circ_rhythm
8080
rs_dsl = @reaction_network rs begin
8181
(kA*$light_in(t), kD), Pᵢ <--> Pₐ

0 commit comments

Comments
 (0)