Skip to content

Commit 70fd672

Browse files
authored
Fix rendering of the docstring of elementary_weight (#197)
* Fix docstring of elementary_weight * bump patch version
1 parent 21156ec commit 70fd672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RootedTrees"
22
uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
33
authors = ["Hendrik Ranocha <[email protected]> and contributors"]
4-
version = "2.23.1"
4+
version = "2.23.2"
55

66
[deps]
77
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"

src/time_integration_methods.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
elementary_weight(t::RootedTree, A::AbstractMatrix, b::AbstractVector, c::AbstractVector)
5353
5454
Compute the elementary weight Φ(`t`) of the [`RungeKuttaMethod`](@ref) `rk`
55-
with Butcher coefficients `A, b, c` for a rooted tree `t``.
55+
with Butcher coefficients `A, b, c` for a rooted tree `t`.
5656
5757
Reference: Section 312 of
5858
- Butcher, John Charles.

0 commit comments

Comments
 (0)