Skip to content

Commit 75c7f00

Browse files
committed
Comment name
1 parent 50ea4e3 commit 75c7f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/assigner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type Assigner struct {
2626

2727
type AssignerOption func(*Assigner)
2828

29-
// NewAssigned creates a new Assigner from client and uses store to lookup
29+
// NewAssigner creates a new Assigner from client and uses store to lookup
3030
// assigner profile UUIDs. DEP name is specified with name.
3131
func NewAssigner(client *godep.Client, name string, store AssignerProfileRetriever, opts ...AssignerOption) *Assigner {
3232
assigner := &Assigner{

0 commit comments

Comments
 (0)