Skip to content

Commit f496304

Browse files
committed
corrected typos in docstrings
1 parent 73f64b4 commit f496304

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/mprk.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ These modified Patankar-Runge-Kutta methods require the special structure of a
824824
You can optionally choose the linear solver to be used by passing an
825825
algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
826826
as keyword argument `linsolve`.
827-
You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
827+
You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
828828
to avoid divisions by zero.
829829
830830
## References

src/sspmprk.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This modified Patankar-Runge-Kutta method requires the special structure of a
2121
You can optionally choose the linear solver to be used by passing an
2222
algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
2323
as keyword argument `linsolve`.
24-
You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
24+
You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
2525
to avoid divisions by zero.
2626
2727
## References
@@ -407,7 +407,7 @@ This modified Patankar-Runge-Kutta method requires the special structure of a
407407
You can optionally choose the linear solver to be used by passing an
408408
algorithm from [LinearSolve.jl](https://github.com/SciML/LinearSolve.jl)
409409
as keyword argument `linsolve`.
410-
You can also choose the parameter`small_constant` which is added to all Patankar-weight denominators
410+
You can also choose the parameter `small_constant` which is added to all Patankar-weight denominators
411411
to avoid divisions by zero.
412412
413413
## References

0 commit comments

Comments
 (0)