Skip to content

Commit 08f2d59

Browse files
committed
Fixed comment
1 parent f8ae991 commit 08f2d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type Client struct {
5858
HTTPClient *http.Client // The HTTP client to send requests on.
5959
DebugLog *log.Logger // Optional logger for debugging purposes.
6060
features map[Feature]bool // Enabled features.
61-
featuresMutex sync.RWMutex //Mutex for accessing feature map.
61+
featuresMutex sync.RWMutex // Mutex for accessing feature map.
6262
}
6363

6464
type contentType string

0 commit comments

Comments
 (0)