Skip to content

Commit

Permalink
minor typo in writer.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie authored and onsi committed Jan 18, 2022
1 parent ecb7098 commit 718542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/writer.go
Expand Up @@ -21,7 +21,7 @@ type WriterInterface interface {
Bytes() []byte
}

//Writer impplements WriterInterface and GinkgoWriterInterface
//Writer implements WriterInterface and GinkgoWriterInterface
type Writer struct {
buffer *bytes.Buffer
outWriter io.Writer
Expand Down

0 comments on commit 718542a

Please sign in to comment.