Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Feb 20, 2016
1 parent ce58ce8 commit b380826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type SubFinder struct {
Quiet bool
}

// NewSubFinder creates a SubFilePair object used to download subs for a video
// NewSubFinder returns a new SubFinder
func NewSubFinder(video *os.File, fileName string, language string) *SubFinder {

return &SubFinder{
Expand Down

0 comments on commit b380826

Please sign in to comment.