Skip to content

Commit a543268

Browse files
Merge pull request #707 from redis/DOC-2172
Update JSON.STRLEN index.md
2 parents d1a9be3 + 6abffb8 commit a543268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/json.strlen/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ is JSONPath to specify. Default is root `$`, if not provided. Returns null if th
4949

5050
## Return
5151

52-
JSON.STRLEN returns by recursive descent an array of integer replies for each path, the array's length, or `nil`, if the matching JSON value is not a string.
52+
JSON.STRLEN returns by recursive descent an array of integer replies for each path, the string's length, or `nil`, if the matching JSON value is not a string.
5353
For more information about replies, see [Redis serialization protocol specification]({{< relref "/develop/reference/protocol-spec" >}}).
5454

5555
## Examples

0 commit comments

Comments
 (0)