mirror of https://github.com/golang/go.git
log/slog: remove redundant dot in doc
This commit is contained in:
parent
16ec27b47c
commit
afc69c79b2
|
|
@ -16,7 +16,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
// A Handler handles log records produced by a Logger..
|
||||
// A Handler handles log records produced by a Logger.
|
||||
//
|
||||
// A typical handler may print log records to standard error,
|
||||
// or write them to a file or database, or perhaps augment them
|
||||
|
|
|
|||
Loading…
Reference in New Issue