Skip to content

Commit 5bb8cdd

Browse files
authored
Fix Typo (#266)
1 parent d1c92a8 commit 5bb8cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"time"
3131
)
3232

33-
// Client provides access to a single arangodb database server, or an entire cluster of arangodb servers.
33+
// Client provides access to a single ArangoDB database server, or an entire cluster of ArangoDB servers.
3434
type Client interface {
3535
// SynchronizeEndpoints fetches all endpoints from an ArangoDB cluster and updates the
3636
// connection to use those endpoints.
@@ -85,7 +85,7 @@ type ClientConfig struct {
8585
Connection Connection
8686
// Authentication implements authentication on the server.
8787
Authentication Authentication
88-
// SynchronizeEndpointsInterval is the interval between automatisch synchronization of endpoints.
88+
// SynchronizeEndpointsInterval is the interval between automatic synchronization of endpoints.
8989
// If this value is 0, no automatic synchronization is performed.
9090
// If this value is > 0, automatic synchronization is started on a go routine.
9191
// This feature requires ArangoDB 3.1.15 or up.

0 commit comments

Comments
 (0)