Skip to content

Commit 39a2aed

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/binarytree.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ end
151151
"""
152152
BinaryTrees.minnode(tree)
153153
154-
Find the `node` with the smallest `key` in the `tree`.
154+
Find the node with the smallest key in the `tree`.
155155
156156
BinaryTrees.minnode(node)
157157
158-
Find the `node` with the smallest `key` in the subtree rooted at `node`.
158+
Find the node with the smallest key in the subtree rooted at `node`.
159159
If `nothing` is provided, `nothing` is returned.
160160
"""
161161
minnode(tree::BinaryTree) = minnode(root(tree))

0 commit comments

Comments
 (0)