From 880cf36d46d3943bd9ecd4f0d88f7a22decd5c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Mon, 30 Sep 2024 08:54:45 -0300 Subject: [PATCH] lint --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 4bc3eb0..c49084b 100644 --- a/options.go +++ b/options.go @@ -118,7 +118,7 @@ func WithOfflineMode() Option { } } -// WithErrorHandler provides a way to handle errors that occur during update of an environment +// WithErrorHandler provides a way to handle errors that occur during update of an environment. func WithErrorHandler(handler func(handler *FlagsmithAPIError)) Option { return func(c *Client) { c.errorHandler = handler