Skip to content

Commit b2c9d65

Browse files
Merge pull request #628 from oscardssmith/patch-1
fix highlighting
2 parents 905a740 + fed4e35 commit b2c9d65

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)