Skip to content

Commit c94a6b9

Browse files
authored
Fix Decoder docs (#8)
1 parent eec2566 commit c94a6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Decoder struct {
1414
done bool
1515
}
1616

17-
// NewDecoder generates a new CodeOwnersScanner instance. The reader should be a reader containing the contents of the CODEOWNERS file
17+
// NewDecoder generates a new Decoder instance. The reader should contain the contents of the CODEOWNERS file
1818
func NewDecoder(r io.Reader) *Decoder {
1919
return &Decoder{
2020
scanner: bufio.NewScanner(r),

0 commit comments

Comments
 (0)