From cd02c5944f178ac8252dce2170990768b428dcf3 Mon Sep 17 00:00:00 2001 From: happynote3966 <01ssrmikururudevice01@gmail.com> Date: Fri, 25 Oct 2019 22:31:55 +0900 Subject: [PATCH] fix comment typo in redis-cli.c --- src/redis-cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redis-cli.c b/src/redis-cli.c index 6d07f7ba6..c67663c23 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -370,7 +370,7 @@ static sds percentDecode(const char *pe, size_t len) { * URI scheme is based on the the provisional specification[1] excluding support * for query parameters. Valid URIs are: * scheme: "redis://" - * authority: [ ":"] "@"] [ [":" ]] + * authority: [[ ":"] "@"] [ [":" ]] * path: ["/" []] * * [1]: https://www.iana.org/assignments/uri-schemes/prov/redis */