Skip to content

Commit 3fa2cec

Browse files
authored
Fix typos in AzureEventSourceListener class description (Azure#30063)
1 parent 426e00b commit 3fa2cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/Azure.Core/src/Diagnostics/AzureEventSourceListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace Azure.Core.Diagnostics
1212
{
1313
/// <summary>
14-
/// Implementation of <see cref="EventListener"/> that listens to events produces by Azure SDK Client libraries.
14+
/// Implementation of <see cref="EventListener"/> that listens to events produced by Azure SDK client libraries.
1515
/// </summary>
1616
public class AzureEventSourceListener: EventListener
1717
{

0 commit comments

Comments
 (0)