Skip to content

Commit

Permalink
fix misuses of a vs an
Browse files Browse the repository at this point in the history
Signed-off-by: hishope <csqiye@126.com>
  • Loading branch information
hishope committed Mar 7, 2024
1 parent 65c527c commit ba3e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func NewDialer(opt *Options) func(context.Context, string, string) (net.Conn, er
}
}

// ParseURL parses an URL into Options that can be used to connect to Redis.
// ParseURL parses a URL into Options that can be used to connect to Redis.
// Scheme is required.
// There are two connection types: by tcp socket and by unix socket.
// Tcp connection:
Expand Down

0 comments on commit ba3e8e7

Please sign in to comment.