Skip to content

Commit

Permalink
chore: Fix comment typo (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stensonb authored Jun 3, 2022
1 parent af88cb0 commit 2a3ffa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_ds.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ type NullDatastore struct {
var _ Datastore = (*NullDatastore)(nil)
var _ Batching = (*NullDatastore)(nil)

// NewNullDatastore constructs a null datastoe
// NewNullDatastore constructs a null datastore
func NewNullDatastore() *NullDatastore {
return &NullDatastore{}
}
Expand Down

0 comments on commit 2a3ffa5

Please sign in to comment.