Skip to content

Commit 967ba24

Browse files
authored
fix build suggestions (#10333)
1 parent a61db45 commit 967ba24

File tree

3 files changed

+182
-182
lines changed

3 files changed

+182
-182
lines changed

xml/System.Threading.Channels/UnboundedPrioritizedChannelOptions`1.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Interfaces />
2626
<Docs>
2727
<typeparam name="T">To be added.</typeparam>
28-
<summary>Provides options that control the behavior of instances created by <see cref="M:Channel.CreateUnboundedPrioritized" />.</summary>
28+
<summary>Provides options that control the behavior of instances created by <see cref="M:System.Threading.Channels.Channel.CreateUnboundedPrioritized``1" />.</summary>
2929
<remarks>To be added.</remarks>
3030
</Docs>
3131
<Members>

xml/System.Threading.Tasks/Task.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5566,8 +5566,8 @@ An exception was thrown during
55665566
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="1" FrameworkAlternate="net-9.0" />
55675567
</Parameters>
55685568
<Docs>
5569-
<param name="tasks">An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of Task instances on which to wait.</param>
5570-
<param name="cancellationToken">A <see cref="P:System.Threading.Tasks.Task.CancellationToken" /> to observe while waiting for the tasks to complete.</param>
5569+
<param name="tasks">A collection of tasks on which to wait.</param>
5570+
<param name="cancellationToken">A token to observe while waiting for the tasks to complete.</param>
55715571
<summary>Waits for all of the provided <see cref="T:System.Threading.Tasks.Task" /> objects to complete execution unless the wait is cancelled.</summary>
55725572
<remarks>To be added.</remarks>
55735573
<exception cref="T:System.ArgumentNullException">The <paramref name="tasks" /> argument is <see langword="null" />.</exception>

0 commit comments

Comments
 (0)