From bca7c8e7ef1c904b29f6b133a9857bde7b646cc0 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 3 Apr 2025 15:18:34 -0700 Subject: [PATCH] Remove doubled word --- slog-handler-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slog-handler-guide/README.md b/slog-handler-guide/README.md index c8fd0d80..8ab958ad 100644 --- a/slog-handler-guide/README.md +++ b/slog-handler-guide/README.md @@ -853,7 +853,7 @@ impossible to inspect a system, as is typically the case with a production server, logs provide the most detailed way to understand its behavior. Therefore, your handler should be robust to bad input. -For example, the usual advice when when a function discovers a problem, +For example, the usual advice when a function discovers a problem, like an invalid argument, is to panic or return an error. The built-in handlers do not follow that advice. Few things are more frustrating than being unable to debug a problem that