Skip to content

Commit a681aad

Browse files
committed
fix doc string
1 parent 030d64f commit a681aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/plugins/flatfs/flatfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type datastoreConfig struct {
4242
syncField bool
4343
}
4444

45-
// BadgerdsDatastoreConfig returns a configuration stub for a flatfs datastore
45+
// DatastoreConfigParser returns a configuration stub for a flatfs datastore
4646
// from the given parameters.
4747
func (*flatfsPlugin) DatastoreConfigParser() fsrepo.ConfigFromMap {
4848
return func(params map[string]interface{}) (fsrepo.DatastoreConfig, error) {

0 commit comments

Comments
 (0)