Skip to content

Commit 880cf36

Browse files
committed
lint
1 parent 42fdaa0 commit 880cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func WithOfflineMode() Option {
118118
}
119119
}
120120

121-
// WithErrorHandler provides a way to handle errors that occur during update of an environment
121+
// WithErrorHandler provides a way to handle errors that occur during update of an environment.
122122
func WithErrorHandler(handler func(handler *FlagsmithAPIError)) Option {
123123
return func(c *Client) {
124124
c.errorHandler = handler

0 commit comments

Comments
 (0)