Commit 4e86d565 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d0e9df56
...@@ -133,7 +133,7 @@ func (b *Bucket) Entryv() []BucketEntry { ...@@ -133,7 +133,7 @@ func (b *Bucket) Entryv() []BucketEntry {
return ev return ev
} }
// ---- node-level iteration ---- // ---- leaf nodes iteration ----
// FirstBucket returns bucket containing the smallest key in the tree. // FirstBucket returns bucket containing the smallest key in the tree.
func (t *BTree) FirstBucket() *Bucket { func (t *BTree) FirstBucket() *Bucket {
......
...@@ -135,7 +135,7 @@ func (b *IOBucket) Entryv() []IOBucketEntry { ...@@ -135,7 +135,7 @@ func (b *IOBucket) Entryv() []IOBucketEntry {
return ev return ev
} }
// ---- node-level iteration ---- // ---- leaf nodes iteration ----
// FirstBucket returns bucket containing the smallest key in the tree. // FirstBucket returns bucket containing the smallest key in the tree.
func (t *IOBTree) FirstBucket() *IOBucket { func (t *IOBTree) FirstBucket() *IOBucket {
......
...@@ -135,7 +135,7 @@ func (b *LOBucket) Entryv() []LOBucketEntry { ...@@ -135,7 +135,7 @@ func (b *LOBucket) Entryv() []LOBucketEntry {
return ev return ev
} }
// ---- node-level iteration ---- // ---- leaf nodes iteration ----
// FirstBucket returns bucket containing the smallest key in the tree. // FirstBucket returns bucket containing the smallest key in the tree.
func (t *LOBTree) FirstBucket() *LOBucket { func (t *LOBTree) FirstBucket() *LOBucket {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment