Skip to content

Commit f7c3ce5

Browse files
authored
fix docstring (#88)
* fix typo in docstring * set version to v2.12.2
1 parent 89138b1 commit f7c3ce5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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 <mail@ranocha.de> and contributors"]
4-
version = "2.12.1"
4+
version = "2.12.2"
55

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

src/colored_trees.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ end
188188
189189
Compares two rooted trees based on their level (first) and color (second)
190190
sequences while considering equivalence classes given by different root indices.
191-
```
192191
"""
193192
function Base.:(==)(t1::ColoredRootedTree, t2::ColoredRootedTree)
194193
length(t1.level_sequence) == length(t2.level_sequence) || return false

0 commit comments

Comments
 (0)