Skip to content

Commit f7006c8

Browse files
committed
add missing param description in DiagnosticListener
1 parent 97380a7 commit f7006c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/DiagnosticListener.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ If setup for the notification is expensive, you can call `IsEnabled()` before pe
196196
<Parameter Name="name" Type="System.String" />
197197
</Parameters>
198198
<Docs>
199-
<param name="name">To be added.</param>
199+
<param name="name">The name of the event to check.</param>
200200
<summary>Checks whether the <see cref="T:System.Diagnostics.DiagnosticListener" /> is enabled.</summary>
201201
<returns>
202202
<see langword="true" /> if notifications are enabled; otherwise, <see langword="false" />.</returns>

0 commit comments

Comments
 (0)