Skip to content

Commit b83cf6d

Browse files
committed
peer review
1 parent 718b671 commit b83cf6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*** xref:ROOT:astream-subscriptions-keyshared.adoc[]
2626
* xref:developing:astream-cdc.adoc[]
2727
* xref:developing:gpt-schema-translator.adoc[]
28-
* xref:streaming-learning:pulsar-io:connectors/index.adoc[IO connectors^]
28+
* xref:streaming-learning:pulsar-io:connectors/index.adoc[IO connectors]
2929
3030
.Operations
3131
* xref:operations:astream-limits.adoc[]

modules/developing/pages/clients/csharp-produce-consume.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ await using var producer = client.NewProducer(Schema.String)
7979
.Program.cs
8080
[source,csharp]
8181
----
82-
_ = await producer.Send("Hello World"); // Send a message and ignore the returned MessageId
82+
await producer.Send("Hello World"); // Send a message and ignore the returned MessageId
8383
Console.WriteLine("Sent message");
8484
----
8585

0 commit comments

Comments
 (0)