We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a62261 commit 698889fCopy full SHA for 698889f
snippets/csharp/System.Threading/WaitHandle/Overview/WaitHandle.cs
@@ -30,7 +30,7 @@ static void Main()
30
(DateTime.Now - dt).TotalMilliseconds);
31
32
// Queue up two tasks on two different threads;
33
- // wait until any tasks are completed.
+ // wait until any task is completed.
34
dt = DateTime.Now;
35
Console.WriteLine();
36
Console.WriteLine("The main thread is waiting for either task to complete.");
@@ -64,4 +64,4 @@ static void DoTask(Object state)
64
// Performing a task for 2000 milliseconds.
65
66
// Task 1 finished first (time waited=2000.6528).
67
-//</snippet1>
+//</snippet1>
0 commit comments