Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Sep 30, 2024
1 parent 42fdaa0 commit 880cf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 880cf36

Please sign in to comment.