Skip to content

Commit

Permalink
(chore) fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Oct 17, 2024
1 parent d837746 commit f2c7e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/writers/none.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
type NoneWriter struct {
}

// NewStdoutWriter initialises a none writer
// NewNoneWriter initialises a none writer
func NewNoneWriter() (*NoneWriter, error) {
return &NoneWriter{}, nil
}
Expand Down

0 comments on commit f2c7e30

Please sign in to comment.