Skip to content

Commit 683f4fa

Browse files
hishopeofekshenawamonkey92t
authored
fix misuses of a vs an (#2936)
Signed-off-by: hishope <[email protected]> Co-authored-by: ofekshenawa <[email protected]> Co-authored-by: Monkey <[email protected]>
1 parent f3fe611 commit 683f4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func NewDialer(opt *Options) func(context.Context, string, string) (net.Conn, er
235235
}
236236
}
237237

238-
// ParseURL parses an URL into Options that can be used to connect to Redis.
238+
// ParseURL parses a URL into Options that can be used to connect to Redis.
239239
// Scheme is required.
240240
// There are two connection types: by tcp socket and by unix socket.
241241
// Tcp connection:

0 commit comments

Comments
 (0)