mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Unify Godoc formatting, fix various typos
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
This commit is contained in:
@@ -31,7 +31,7 @@ type BindingStorage struct {
|
||||
registry Registry
|
||||
}
|
||||
|
||||
// NewBindingStorage makes a new BindingStorage backed by the given bindingRegistry.
|
||||
// NewBindingStorage creates a new BindingStorage backed by the given bindingRegistry.
|
||||
func NewBindingStorage(bindingRegistry Registry) *BindingStorage {
|
||||
return &BindingStorage{
|
||||
registry: bindingRegistry,
|
||||
|
Reference in New Issue
Block a user