Skip to content

Commit 407b5c9

Browse files
authored
Replaces a made-up term with a real one (redis#11169)
1 parent a534983 commit 407b5c9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

src/commands.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ struct redisCommandArg GEOPOS_Args[] = {
19281928
/* GEORADIUS history */
19291929
commandHistory GEORADIUS_History[] = {
19301930
{"6.2.0","Added the `ANY` option for `COUNT`."},
1931-
{"7.0.0","Added support for capital-case unit names."},
1931+
{"7.0.0","Added support for uppercase unit names."},
19321932
{0}
19331933
};
19341934

@@ -1979,7 +1979,7 @@ struct redisCommandArg GEORADIUS_Args[] = {
19791979

19801980
/* GEORADIUSBYMEMBER history */
19811981
commandHistory GEORADIUSBYMEMBER_History[] = {
1982-
{"7.0.0","Added support for capital-case unit names."},
1982+
{"7.0.0","Added support for uppercase unit names."},
19831983
{0}
19841984
};
19851985

@@ -2123,7 +2123,7 @@ struct redisCommandArg GEORADIUS_RO_Args[] = {
21232123

21242124
/* GEOSEARCH history */
21252125
commandHistory GEOSEARCH_History[] = {
2126-
{"7.0.0","Added support for capital-case unit names."},
2126+
{"7.0.0","Added support for uppercase unit names."},
21272127
{0}
21282128
};
21292129

@@ -2215,7 +2215,7 @@ struct redisCommandArg GEOSEARCH_Args[] = {
22152215

22162216
/* GEOSEARCHSTORE history */
22172217
commandHistory GEOSEARCHSTORE_History[] = {
2218-
{"7.0.0","Added support for capital-case unit names."},
2218+
{"7.0.0","Added support for uppercase unit names."},
22192219
{0}
22202220
};
22212221

src/commands/georadius.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
[
1616
"7.0.0",
17-
"Added support for capital-case unit names."
17+
"Added support for uppercase unit names."
1818
]
1919
],
2020
"deprecated_since": "6.2.0",

src/commands/georadiusbymember.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"history": [
1111
[
1212
"7.0.0",
13-
"Added support for capital-case unit names."
13+
"Added support for uppercase unit names."
1414
]
1515
],
1616
"deprecated_since": "6.2.0",

src/commands/geosearch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"history": [
1010
[
1111
"7.0.0",
12-
"Added support for capital-case unit names."
12+
"Added support for uppercase unit names."
1313
]
1414
],
1515
"command_flags": [

src/commands/geosearchstore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"history": [
1010
[
1111
"7.0.0",
12-
"Added support for capital-case unit names."
12+
"Added support for uppercase unit names."
1313
]
1414
],
1515
"command_flags": [

0 commit comments

Comments
 (0)