Browse Source

Merge pull request #115 from allencloud/fix-typo

fix typo
Alexandre Beslic 9 năm trước cách đây
mục cha
commit
2478cfa966
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libnetwork/internal/kvstore/kvstore_manage.go

+ 1 - 1
libnetwork/internal/kvstore/kvstore_manage.go

@@ -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)