Skip to content

Commit 89138b1

Browse files
authored
fix typo (#86)
* fix typo in docstring of unsafe_resize! * set version to 2.12.1
1 parent 1467230 commit 89138b1

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

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

src/RootedTrees.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Resize the rooted tree `t` to `n` nodes. This is an unsafe operation
124124
since the rooted tree will not necessarily be in canonical representation
125125
afterwards, even if the corresponding flag of `t` is set. Use with caution!
126126
127-
!!! warn "Internal interface"
127+
!!! warning "Internal interface"
128128
This function is considered to be an internal implementation detail and
129129
will not necessarily be stable.
130130
"""

0 commit comments

Comments
 (0)