Skip to content

Commit

Permalink
fix typo (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanfu committed Jun 16, 2021
1 parent aa3e73e commit 0c42722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaptest/observer/observer.go
Expand Up @@ -19,7 +19,7 @@
// THE SOFTWARE.

// Package observer provides a zapcore.Core that keeps an in-memory,
// encoding-agnostic repesentation of log entries. It's useful for
// encoding-agnostic representation of log entries. It's useful for
// applications that want to unit test their log output without tying their
// tests to a particular output encoding.
package observer // import "go.uber.org/zap/zaptest/observer"
Expand Down

0 comments on commit 0c42722

Please sign in to comment.