Fix typo in comment

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
pull/9200/head
Guangwen Feng 5 years ago committed by Marc Khouzam
parent 34dd1b0c42
commit fee2257e34

@ -61,7 +61,7 @@ func NewPull() *Pull {
return NewPullWithOpts() return NewPullWithOpts()
} }
// NewPull creates a new pull, with configuration options. // NewPullWithOpts creates a new pull, with configuration options.
func NewPullWithOpts(opts ...PullOpt) *Pull { func NewPullWithOpts(opts ...PullOpt) *Pull {
p := &Pull{} p := &Pull{}
for _, fn := range opts { for _, fn := range opts {

Loading…
Cancel
Save