We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fdaa0 commit 880cf36Copy full SHA for 880cf36
options.go
@@ -118,7 +118,7 @@ func WithOfflineMode() Option {
118
}
119
120
121
-// 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.
122
func WithErrorHandler(handler func(handler *FlagsmithAPIError)) Option {
123
return func(c *Client) {
124
c.errorHandler = handler
0 commit comments