Skip to content

Commit

Permalink
README.md: grammar fix (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored and mhowlett committed Jun 26, 2019
1 parent d65c05a commit 98edaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Note that a server round-trip is slow (3ms at a minimum; actual latency depends
In highly concurrent scenarios you will achieve high overall throughput out of the producer using
the above approach, but there will be a delay on each `await` call. In stream processing
applications, where you would like to process many messages in rapid succession, you would typically
make use the `Produce` method instead:
use the `Produce` method instead:

```csharp
using System;
Expand Down

0 comments on commit 98edaaf

Please sign in to comment.