Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Oct 8, 2024
1 parent 80f819f commit d23d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/v2/root/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// 2. Configuration and loading
//
// The Builder interface is used to facilitate this pattern. Namespaces (store keys) are registered
// by calling RegisterNamespace before Build is called. Build is then called with a Config
// by calling RegisterKey before Build is called. Build is then called with a Config
// object and a RootStore is returned. Calls to Get may return the `RootStore` if Build
// was successful, but that's left up to the implementation.
type Builder interface {
Expand Down

0 comments on commit d23d13a

Please sign in to comment.