Skip to content

Commit 75083e5

Browse files
authored
Update source2.cs (#47114)
1 parent 2c15728 commit 75083e5

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/csharp/VS_Snippets_CLR_System/system.Threading.ThreadStart2/CS

1 file changed

+1
-1
lines changed

samples/snippets/csharp/VS_Snippets_CLR_System/system.Threading.ThreadStart2/CS/source2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void Main()
4848
+ "starting the new InstanceCaller thread.");
4949

5050
// Create the thread object, passing in the
51-
// serverObject.StaticMethod method using a
51+
// ServerClass.StaticMethod method using a
5252
// ThreadStart delegate.
5353
Thread StaticCaller = new(new ThreadStart(ServerClass.StaticMethod));
5454

0 commit comments

Comments
 (0)