From 683f4fa6a6b0615344353a10478548969b09f89c Mon Sep 17 00:00:00 2001 From: John <153272819+hishope@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:16:30 +0800 Subject: [PATCH] fix misuses of a vs an (#2936) Signed-off-by: hishope Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com> Co-authored-by: Monkey --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index dff52ae8b..f6e5078fe 100644 --- a/options.go +++ b/options.go @@ -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: