Skip to content

Commit dd59d68

Browse files
bitluxgopherbot
authored andcommitted
slog-handler-guide: remove doubled word
Change-Id: I2fc1ead51b4da07a56201ceab4abd4f9e0643294 GitHub-Last-Rev: bca7c8e GitHub-Pull-Request: #38 Reviewed-on: https://go-review.googlesource.com/c/example/+/662795 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev>
1 parent 398e112 commit dd59d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slog-handler-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ impossible to inspect a system, as is typically the case with a production
853853
server, logs provide the most detailed way to understand its behavior.
854854
Therefore, your handler should be robust to bad input.
855855

856-
For example, the usual advice when when a function discovers a problem,
856+
For example, the usual advice when a function discovers a problem,
857857
like an invalid argument, is to panic or return an error.
858858
The built-in handlers do not follow that advice.
859859
Few things are more frustrating than being unable to debug a problem that

0 commit comments

Comments
 (0)