Skip to content

Commit

Permalink
Merge pull request #115 from allencloud/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
abronan committed Mar 7, 2016
2 parents 72fa504 + fef1b40 commit 0d3750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libkv.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
}()
)

// NewStore creates a an instance of store
// NewStore creates an instance of store
func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) {
if init, exists := initializers[backend]; exists {
return init(addrs, options)
Expand Down

0 comments on commit 0d3750f

Please sign in to comment.