Skip to content

Commit 2467ab9

Browse files
Merge pull request #773 from stan-dev/ode-arguments-typos
Fix link text in ODE argument section
2 parents 286b3f1 + d58e1d7 commit 2467ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/functions-reference/higher-order_functions.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ ODE solve function call.
299299

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

304304
* *`ode`*: ODE system function,
305305

@@ -333,7 +333,7 @@ or functions of parameters or transformed parameters.
333333

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

338338
* *`ode`*: ODE system function,
339339

0 commit comments

Comments
 (0)