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 c59497b commit 239ee0bCopy full SHA for 239ee0b
service/arangod_config_builder.go
@@ -52,7 +52,7 @@ var (
52
)
53
54
55
-// FixupEndpointURLScheme changes endpoint URL schemes used by arangod to ones used by go.
+// FixupEndpointURLScheme changes endpoint URL schemes used by arangod to ones used by arangodb.
56
// E.g. "http://localhost:8529" -> "tcp://localhost:8529"
57
func FixupEndpointURLScheme(u string) string {
58
return urlFixer.Replace(u)
0 commit comments