Skip to content

Commit

Permalink
PR FIXUP - Fix spelling (constructed)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Apr 6, 2023
1 parent 75bd256 commit cfe2c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

// DB is the primary public programmatic access point to the local DefraDB instance.
//
// It should be contructed via the [db] package, via the [db.NewDB] function.
// It should be constructed via the [db] package, via the [db.NewDB] function.
type DB interface {
// Store contains DefraDB functions protected by an internal, short-lived, transaction, allowing safe
// access to common database read and write operations.
Expand Down

0 comments on commit cfe2c8f

Please sign in to comment.