Skip to content

Commit 0f22fd1

Browse files
committed
Minor fixe
1 parent b806d39 commit 0f22fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/tutorial-seven-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ are not enabled by default. Publisher confirms are enabled at the channel level
4646
via the `CreateChannelOptions` class:
4747

4848
```csharp reference
49-
https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L9-L15
49+
https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L11-L15
5050
```
5151

5252
These options must be passed to every channel that you expect to use publisher
@@ -80,7 +80,7 @@ size equal to one-half of the allowed count of outstanding confirmations:
8080
https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L90-L102
8181
```
8282

83-
The `MaybeAwaitPublishes()` method is responsible for publishing a given batch of messages:
83+
This method is responsible for awaiting the publisher confirmations for a given batch of messages:
8484

8585
```csharp reference
8686
https://github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L108-L125

0 commit comments

Comments
 (0)