Skip to content

Commit 77e0025

Browse files
authored
Grammar - Add missing 'and' (#2491)
1 parent b990e9f commit 77e0025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/memory-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The `MEMORY USAGE` command reports the number of bytes that a key and its value
22
require to be stored in RAM.
33

44
The reported usage is the total of memory allocations for data and
5-
administrative overheads that a key its value require.
5+
administrative overheads that a key and its value require.
66

77
For nested data types, the optional `SAMPLES` option can be provided, where
88
`count` is the number of sampled nested values. The samples are averaged to estimate the total size.

0 commit comments

Comments
 (0)