Merge pull request #213 from rakiyoshi/fix-doc

Fix documentation
pull/220/head
Emir Pasic 2 years ago committed by GitHub
commit 5dd72bf1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ func (t *Tree) Right() *Node {
return t.bottom(1)
}
// Floor Finds floor node of the input key, return the floor node or nil if no ceiling is found.
// Floor Finds floor node of the input key, return the floor node or nil if no floor is found.
// Second return parameter is true if floor was found, otherwise false.
//
// Floor node is defined as the largest node that is smaller than or equal to the given node.

Loading…
Cancel
Save