log/slog: remove redundant dot in doc

This commit is contained in:
Jes Cok 2023-08-16 18:39:52 +08:00
parent 16ec27b47c
commit afc69c79b2
1 changed files with 1 additions and 1 deletions

View File

@ -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