Skip to content

Commit

Permalink
Remove backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Oct 31, 2017
1 parent be2b5ea commit a73cb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaptest/tlogger/tlogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Package tlogger provides a zapcore.Core that is capable of writing log
// messages to a *testing.T and *testing.B. It may be used from Go tests or
// benchmarks to have log messages printed only if a test failed, or if the
// `-v` flag was passed to `go test`.
// -v flag was passed to go test.
package tlogger // import "go.uber.org/zap/zaptest/tlogger"

import (
Expand Down

0 comments on commit a73cb3f

Please sign in to comment.