We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec2566 commit c94a6b9Copy full SHA for c94a6b9
1 file changed
decoder.go
@@ -14,7 +14,7 @@ type Decoder struct {
14
done bool
15
}
16
17
-// NewDecoder generates a new CodeOwnersScanner instance. The reader should be a reader containing the contents of the CODEOWNERS file
+// NewDecoder generates a new Decoder instance. The reader should contain the contents of the CODEOWNERS file
18
func NewDecoder(r io.Reader) *Decoder {
19
return &Decoder{
20
scanner: bufio.NewScanner(r),
0 commit comments