Skip to content

Commit 04823d8

Browse files
committed
update docs
1 parent ccd6d0f commit 04823d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doi/sniffer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func NewSniffer(r io.Reader, w io.Writer) *Sniffer {
5959
}
6060
}
6161

62-
// Run sniffs out DOI and eventually update document in place.
62+
// Run sniffs out DOI and eventually updates a document in place.
6363
func (s *Sniffer) Run() error {
6464
pp := parallel.NewProcessor(s.Reader, s.Writer, func(p []byte) ([]byte, error) {
6565
var (

0 commit comments

Comments
 (0)