Skip to content

Commit 98edaaf

Browse files
ErikSchierboommhowlett
authored andcommitted
README.md: grammar fix (#989)
1 parent d65c05a commit 98edaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Note that a server round-trip is slow (3ms at a minimum; actual latency depends
108108
In highly concurrent scenarios you will achieve high overall throughput out of the producer using
109109
the above approach, but there will be a delay on each `await` call. In stream processing
110110
applications, where you would like to process many messages in rapid succession, you would typically
111-
make use the `Produce` method instead:
111+
use the `Produce` method instead:
112112

113113
```csharp
114114
using System;

0 commit comments

Comments
 (0)