Skip to content

Commit 00e54e9

Browse files
souma4eliascarv
andauthored
Updated docstrings to match style
Co-authored-by: Elias Carvalho <[email protected]>
1 parent 39a2aed commit 00e54e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/binarytree.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ minnode(node::Nothing) = nothing
170170
"""
171171
BinaryTrees.maxnode(tree)
172172
173-
Find the `node` with the maximum `key` in the `tree`.
173+
Find the node with the maximum key in the `tree`.
174174
175175
BinaryTrees.maxnode(node)
176176
177-
Find the `node` with the maximum `key` in the subtree rooted at `node`.
177+
Find the node with the maximum key in the subtree rooted at `node`.
178178
If `nothing` is provided, `nothing` is returned.
179179
"""
180180
maxnode(tree::BinaryTree) = maxnode(root(tree))

0 commit comments

Comments
 (0)