Skip to content

Commit fed4e35

Browse files
authored
fix highlighting
1 parent 905a740 commit fed4e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/ode_solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ These methods also have option `nlsolve` same as SDIRK methods. These methods al
533533
and in case of inexact Jacobians a second order W method.
534534
- `Rodas5` - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
535535
4th order interpolant.
536-
- `Rodas5P - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
536+
- `Rodas5P` - A 5th order A-stable stiffly stable Rosenbrock method with a stiff-aware
537537
4th order interpolant. Has improved stability in the adaptive time stepping embedding.
538538

539539
#### Rosenbrock-W Methods

0 commit comments

Comments
 (0)