mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
fix spelling mistake
This commit is contained in:
parent
4202e67a9d
commit
a733fd7f67
1 changed files with 2 additions and 2 deletions
|
|
@ -2043,7 +2043,7 @@ func newMapVector() *mapVector {
|
|||
}
|
||||
|
||||
// Get returns the rowID associated to the given colID.
|
||||
// Additionaly, it returns true if a value was found,
|
||||
// Additionally, it returns true if a value was found,
|
||||
// otherwise it returns false.
|
||||
func (m *mapVector) Get(colID uint64) (uint64, bool) {
|
||||
m.mu.RLock()
|
||||
|
|
@ -2073,7 +2073,7 @@ func newRowsVector(f *fragment) *rowsVector {
|
|||
}
|
||||
|
||||
// Get returns the rowID associated to the given colID.
|
||||
// Additionaly, it returns true if a value was found,
|
||||
// Additionally, it returns true if a value was found,
|
||||
// otherwise it returns false.
|
||||
func (v *rowsVector) Get(colID uint64) (uint64, bool) {
|
||||
rows := v.f.rowsForColumn(colID)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue