Skip to content

Commit

Permalink
clarified the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Mar 12, 2020
1 parent e32d4c6 commit 479bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func openAdapter(workerId int, jsonconf json.RawMessage) error {
return errors.New("store: " + config.UseAdapter + " adapter is not available in this binary")
}
} else if len(availableAdapters) == 1 {
// Attempt to default to the only entry in availableAdapters.
// Default to the only entry in availableAdapters.
for _, v := range availableAdapters {
adp = v
}
Expand Down

0 comments on commit 479bc32

Please sign in to comment.