Skip to content

Commit 49adb68

Browse files
authored
Update parser.go
1 parent 04650cf commit 49adb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ func SetExcludedDirsAndFiles(excludes string) func(*Parser) {
275275
}
276276
}
277277

278-
// SetExcludedDirsAndFiles sets directories and files to be excluded when searching.
278+
// SetPackagePrefix sets directories and files to be excluded when searching.
279279
func SetPackagePrefix(packagePrefix string) func(*Parser) {
280280
return func(p *Parser) {
281281
for _, f := range strings.Split(packagePrefix, ",") {

0 commit comments

Comments
 (0)