From 87b6cf470baacd659cd20815de2804ae4a31df7f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 12 Dec 2019 14:31:20 -0700 Subject: Minor improvements; comments and shorter placeholders & module IDs --- logging.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logging.go') diff --git a/logging.go b/logging.go index 3fdd644..0b7d9e4 100644 --- a/logging.go +++ b/logging.go @@ -561,10 +561,10 @@ type LogSampling struct { } type ( - // StdoutWriter can write logs to stdout. + // StdoutWriter writes logs to standard out. StdoutWriter struct{} - // StderrWriter can write logs to stdout. + // StderrWriter writes logs to standard error. StderrWriter struct{} // DiscardWriter discards all writes. -- cgit v1.2.3