1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

chore: fix some comments (#2967)

Signed-off-by: kindknow <iturf@sina.com>
Co-authored-by: Monkey <golang@88.com>
This commit is contained in:
kindknow
2024-04-14 01:15:23 +08:00
committed by GitHub
parent f5496d14dd
commit 6960bcc08d
4 changed files with 5 additions and 5 deletions

View File

@ -255,7 +255,7 @@ func NewDialer(opt *Options) func(context.Context, string, string) (net.Conn, er
// value, leave the value blank or remove the parameter
// - only the last value is interpreted if a parameter is given multiple times
// - fields "network", "addr", "username" and "password" can only be set using other
// URL attributes (scheme, host, userinfo, resp.), query paremeters using these
// URL attributes (scheme, host, userinfo, resp.), query parameters using these
// names will be treated as unknown parameters
// - unknown parameter names will result in an error
//