Skip to content

Commit e03029b

Browse files
committed
comma nit
1 parent a190370 commit e03029b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StackExchange.Redis/ResultProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ protected internal StreamEntry[] ParseRedisStreamEntries(in RawResult result) =>
27102710

27112711
protected static NameValueEntry[] ParseStreamEntryValues(in RawResult result)
27122712
{
2713-
// The XRANGE, XREVRANGE, XREAD, commands return stream entries
2713+
// The XRANGE, XREVRANGE, XREAD commands return stream entries
27142714
// in the following format. The name/value pairs are interleaved
27152715
// in the same fashion as the HGETALL response.
27162716
//

0 commit comments

Comments
 (0)