Skip to content

Commit 0c3ab91

Browse files
authored
Merge pull request dotnet#9486 from dotnet/eerhardt-patch-1
Update ActivitySource.xml
2 parents ef74127 + ea2bfed commit 0c3ab91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Diagnostics/ActivitySource.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<param name="name">The operation name of the Activity</param>
138138
<param name="kind">The <see cref="T:System.Diagnostics.ActivityKind" /></param>
139139
<summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.</summary>
140-
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any event listener.</returns>
140+
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns>
141141
<remarks>
142142
<format type="text/markdown"><![CDATA[
143143
@@ -196,7 +196,7 @@ If the Activity object is created, it will not start automatically. Callers need
196196
<param name="idFormat">The default Id format to use.</param>
197197
<summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.
198198
If the Activity object is created, it will not automatically start. Callers will need to call <see cref="M:System.Diagnostics.Activity.Start" /> to start it.</summary>
199-
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns>
199+
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns>
200200
<remarks>
201201
<format type="text/markdown"><![CDATA[
202202
@@ -255,7 +255,7 @@ If the Activity object is created, it will not start automatically. Callers need
255255
<param name="links">The optional <see cref="T:System.Diagnostics.ActivityLink" /> list to initialize the created Activity object with.</param>
256256
<param name="idFormat">The default Id format to use.</param>
257257
<summary>Creates a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity, returns <see langword="null" /> otherwise.</summary>
258-
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns>
258+
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns>
259259
<remarks>
260260
<format type="text/markdown"><![CDATA[
261261
@@ -448,7 +448,7 @@ If the Activity object is created, it will not start automatically. Callers need
448448
<param name="startTime">The optional start timestamp to set on the created Activity object.</param>
449449
<param name="name">The operation name of the Activity.</param>
450450
<summary>Creates and starts a new <see cref="T:System.Diagnostics.Activity" /> object if there is any listener to the Activity events, returns <see langword="null" /> otherwise.</summary>
451-
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there is no any listener.</returns>
451+
<returns>The created <see cref="T:System.Diagnostics.Activity" /> object or <see langword="null" /> if there are no listeners.</returns>
452452
<remarks>To be added.</remarks>
453453
</Docs>
454454
</Member>

0 commit comments

Comments
 (0)