Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joellubi committed Mar 15, 2024
1 parent 559c7c0 commit b20b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/adbc/driver/driverbase/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (base *DriverImplBase) NewDatabase(opts map[string]string) (adbc.Database,

// NewDriverImplBase instantiates DriverImplBase.
//
// - name is the driver's name and is used to construct error messages.
// - info contains build and vendor info, as well as the name to construct error messages.
// - alloc is an Arrow allocator to use.
func NewDriverImplBase(info *DriverInfo, alloc memory.Allocator) DriverImplBase {
if alloc == nil {
Expand Down

0 comments on commit b20b71e

Please sign in to comment.