Skip to content

Commit 696a955

Browse files
Merge pull request #661 from DanielDoehring/patch-1
Fix Markdown Syntax of `ode_solve.md`
2 parents 0cbadb4 + 3bb69be commit 696a955

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
@@ -96,7 +96,7 @@ strong-stability preserving (SSP) for hyperbolic PDEs.
9696

9797
Notice that `Rodas4` loses accuracy on discretizations of nonlinear
9898
parabolic PDEs, and thus it's suggested you replace it with `Rodas4P` in those
99-
situations which are 3rd order. Similarly, between `Rodas5` and Rodas5P`. `ROS3P`
99+
situations which are 3rd order. Similarly, between `Rodas5` and `Rodas5P`. `ROS3P`
100100
is only third order and achieves 3rd order on such problems and can thus be more
101101
efficient in this case.
102102

0 commit comments

Comments
 (0)