Skip to content

Commit 3e176ef

Browse files
committed
fix typo
1 parent 3dfa4fd commit 3e176ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/todos/todos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func SearchFile(filePath string) ([]*lege.Collection, error) {
6565
if err != nil {
6666
return nil, err
6767
}
68-
comments, err := commentParser.ParseReader(bytes.NewReader(src))
68+
comments, err := commentParser.Parse(bytes.NewReader(src))
6969
if err != nil {
7070
return nil, err
7171
}

0 commit comments

Comments
 (0)