Skip to content

Commit d685efa

Browse files
authored
fix typos in docstrings of elementary_weight (#95)
* fix typos in docstrings of `elementary_weight` * update version
1 parent 831150f commit d685efa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 <mail@ranocha.de> and contributors"]
4-
version = "2.15.0"
4+
version = "2.15.1"
55

66
[deps]
77
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"

src/time_integration_methods.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ color_to_index(color::Bool) = 1 + color
206206
elementary_weight(t::ColoredRootedTree, ark::AdditiveRungeKuttaMethod)
207207
208208
Compute the elementary weight Φ(`t`) of the [`AdditiveRungeKuttaMethod`](@ref)
209-
`ark` for a colored rooted tree `t``.
209+
`ark` for a colored rooted tree `t`.
210210
211211
# References
212212
@@ -353,7 +353,7 @@ end
353353
elementary_weight(t::RootedTree, ros::RosenbrockMethod)
354354
355355
Compute the elementary weight Φ(`t`) of the [`RosenbrockMethod`](@ref) `ros`
356-
for a rooted tree `t``.
356+
for a rooted tree `t`.
357357
"""
358358
function elementary_weight(t::RootedTree, ros::RosenbrockMethod)
359359
dot(ros.b, derivative_weight(t, ros))

0 commit comments

Comments
 (0)