Skip to content

Commit

Permalink
fix documetation source code [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed May 31, 2023
1 parent cdbbfc5 commit a209be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SuperStream/SuperStreamProducerKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static async Task Start()
}, logger).ConfigureAwait(false);
const int NumberOfMessages = 1_000_000;

var keys = new [] {"italy", "france", "germany"};
var keys = new [] {"apac", "emea", "amer"};

for (var i = 0; i < NumberOfMessages; i++)
{
Expand Down

0 comments on commit a209be3

Please sign in to comment.