Skip to content

Commit b380826

Browse files
committed
fix comment
1 parent ce58ce8 commit b380826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type SubFinder struct {
1010
Quiet bool
1111
}
1212

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

1616
return &SubFinder{

0 commit comments

Comments
 (0)