Skip to content

Commit

Permalink
Merge pull request #773 from stan-dev/ode-arguments-typos
Browse files Browse the repository at this point in the history
Fix link text in ODE argument section
  • Loading branch information
bob-carpenter committed May 1, 2024
2 parents 286b3f1 + d58e1d7 commit 2467ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/functions-reference/higher-order_functions.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ ODE solve function call.

The arguments to the ODE solvers in both the stiff and non-stiff solvers are the
same. The arguments to the adjoint ODE solver are different; see
[Arguments to the adjoint ODE solvers](#adjoint-sensitivity-solver).
[Arguments to the adjoint ODE solver](#adjoint-sensitivity-solver).

* *`ode`*: ODE system function,

Expand Down Expand Up @@ -333,7 +333,7 @@ or functions of parameters or transformed parameters.

The arguments to the adjoint ODE solver are different from those for
the other functions (for those see
[Arguments to the adjoint ODE solvers](#forward-sensitivity-solver)).
[Arguments to the ODE solvers](#forward-sensitivity-solver)).

* *`ode`*: ODE system function,

Expand Down

0 comments on commit 2467ab9

Please sign in to comment.