Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Feb 8, 2024
1 parent ccd6d0f commit 04823d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doi/sniffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func NewSniffer(r io.Reader, w io.Writer) *Sniffer {
}
}

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

0 comments on commit 04823d8

Please sign in to comment.