Skip to content

Commit d9a5de4

Browse files
committed
slight title change.
1 parent 0697e85 commit d9a5de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/net/Ch9_Async/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MainClass
1313
public static void Main()
1414
{
1515
Console.ForegroundColor = ConsoleColor.White;
16-
Console.WriteLine("Concurrent Web Scraper.");
16+
Console.WriteLine("C# Concurrent Web Scraper.");
1717
var sw = Stopwatch.StartNew();
1818

1919
GetTitleRange().Wait();

0 commit comments

Comments
 (0)