We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea4e3 commit 75c7f00Copy full SHA for 75c7f00
sync/assigner.go
@@ -26,7 +26,7 @@ type Assigner struct {
26
27
type AssignerOption func(*Assigner)
28
29
-// NewAssigned creates a new Assigner from client and uses store to lookup
+// NewAssigner creates a new Assigner from client and uses store to lookup
30
// assigner profile UUIDs. DEP name is specified with name.
31
func NewAssigner(client *godep.Client, name string, store AssignerProfileRetriever, opts ...AssignerOption) *Assigner {
32
assigner := &Assigner{
0 commit comments