Skip to content

Commit d8e6102

Browse files
authored
Merge pull request #4155 from krwq/system.diagnostics-1.0
Add missing param description in DiagnosticListener.IsEnabled
2 parents 97380a7 + f7006c8 commit d8e6102

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)