Skip to content

Commit a780806

Browse files
committed
Wrap text block in para tags for proper formatting
1 parent f414c28 commit a780806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/corelib/Core/Providers/IQueueingService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ Task<T> GetQueueMetadataAsync<T>(QueueName queueName, CancellationToken cancella
459459
/// Claim messages from a queue.
460460
/// </summary>
461461
/// <remarks>
462-
/// When the claim is no longer required, the code should call <see cref="Claim.DisposeAsync"/>
463-
/// or <see cref="Claim.Dispose()"/> to ensure the following actions are taken.
462+
/// <para>When the claim is no longer required, the code should call <see cref="Claim.DisposeAsync"/>
463+
/// or <see cref="Claim.Dispose()"/> to ensure the following actions are taken.</para>
464464
/// <list type="bullet">
465465
/// <item>Messages which are part of this claim which were not processed are made available to other nodes.</item>
466466
/// <item>The claim resource is cleaned up without waiting for the time-to-live to expire.</item>

0 commit comments

Comments
 (0)