Skip to content

Commit 6bd4135

Browse files
Update src/StackExchange.Redis/APITypes/StreamEntry.cs
Co-authored-by: Philo <[email protected]>
1 parent 031545e commit 6bd4135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StackExchange.Redis/APITypes/StreamEntry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public StreamEntry(RedisValue id, NameValueEntry[] values)
1919
}
2020

2121
/// <summary>
22-
/// Creates an stream entry.
22+
/// Creates a stream entry.
2323
/// </summary>
2424
public StreamEntry(RedisValue id, NameValueEntry[] values, TimeSpan? idleTime, int deliveryCount)
2525
{

0 commit comments

Comments
 (0)