Skip to content

Commit 0261b87

Browse files
authored
Merge pull request #92595 from changeworld/patch-44
Fix typo
2 parents a4243c2 + d27aa21 commit 0261b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-tutorial-topics-subscriptions-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private async Task ReceiveMessages(string subscription)
349349
// to the broker for the specified amount of seconds and the broker returns messages as soon as they arrive. The client then initiates
350350
// a new connection. So in reality you would not want to break out of the loop.
351351
// Also note that the code shows how to batch receive, which you would do for performance reasons. For convenience you can also always
352-
// use the regular receive pump which we show in our Quick Start and in other github samples.
352+
// use the regular receive pump which we show in our Quick Start and in other GitHub samples.
353353
while (true)
354354
{
355355
try

0 commit comments

Comments
 (0)