Skip to content

Commit

Permalink
Removed a bracket. That made a code example not compile. (apache#16200)
Browse files Browse the repository at this point in the history
  • Loading branch information
entvex authored Jun 23, 2022
1 parent 8434500 commit 0d41831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/client-libraries-dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ This section describes how to create a producer.
using DotPulsar;
using DotPulsar.Extensions;

var producer = client.NewProducer())
var producer = client.NewProducer()
.Topic("persistent://public/default/mytopic")
.Create();

Expand Down

0 comments on commit 0d41831

Please sign in to comment.