Skip to content

Commit

Permalink
[Service Bus] Fix docs typo (#38211)
Browse files Browse the repository at this point in the history
The focus of these changes is to fix a typo in the doc comments for `ServiceBusMessage.CorrelationId`
  • Loading branch information
jsquire authored Aug 15, 2023
1 parent 22de1cd commit 26153fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public TimeSpan TimeToLive
}
}

/// <summary>Gets or sets the a correlation identifier.</summary>
/// <summary>Gets or sets the correlation identifier.</summary>
/// <value>Correlation identifier.</value>
/// <remarks>
/// Allows an application to specify a context for the message for the purposes of correlation,
Expand Down

0 comments on commit 26153fb

Please sign in to comment.