We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031545e commit 6bd4135Copy full SHA for 6bd4135
src/StackExchange.Redis/APITypes/StreamEntry.cs
@@ -19,7 +19,7 @@ public StreamEntry(RedisValue id, NameValueEntry[] values)
19
}
20
21
/// <summary>
22
- /// Creates an stream entry.
+ /// Creates a stream entry.
23
/// </summary>
24
public StreamEntry(RedisValue id, NameValueEntry[] values, TimeSpan? idleTime, int deliveryCount)
25
{
0 commit comments