Просмотр исходного кода

client/tailscale: fix typo in comment

Updates #cleanup

Signed-off-by: Nick Khyl <[email protected]>
Nick Khyl 1 год назад
Родитель
Сommit
2ac189800c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/tailscale/localclient.go

+ 1 - 1
client/tailscale/localclient.go

@@ -62,7 +62,7 @@ type LocalClient struct {
 	// machine's tailscaled or equivalent. If nil, a default is used.
 	// machine's tailscaled or equivalent. If nil, a default is used.
 	Dial func(ctx context.Context, network, addr string) (net.Conn, error)
 	Dial func(ctx context.Context, network, addr string) (net.Conn, error)
 
 
-	// Transport optionally specified an alternate [http.RoundTripper]
+	// Transport optionally specifies an alternate [http.RoundTripper]
 	// used to execute HTTP requests. If nil, a default [http.Transport] is used,
 	// used to execute HTTP requests. If nil, a default [http.Transport] is used,
 	// potentially with custom dialing logic from [Dial].
 	// potentially with custom dialing logic from [Dial].
 	// It is primarily used for testing.
 	// It is primarily used for testing.