Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Artoul committed Feb 22, 2020
1 parent c8525ae commit d3e6e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/arrow/array/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/apache/arrow/go/arrow/memory"
)

// Data is a type which represents the memory and metadata for an Arrow array.
// Data represents the memory and metadata of an Arrow array.
type Data struct {
refCount int64
dtype arrow.DataType
Expand Down
2 changes: 1 addition & 1 deletion go/arrow/array/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
stringArrayMaximumCapacity = math.MaxInt32
)

// String is a type which represents an immutable sequence of variable-length UTF-8 strings.
// String represents an immutable sequence of variable-length UTF-8 strings.
type String struct {
array
offsets []int32
Expand Down

0 comments on commit d3e6e67

Please sign in to comment.