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 45af1e5 commit 739ea29Copy full SHA for 739ea29
samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsync/CS/asyncmethods.cs
@@ -17,7 +17,7 @@ public static void UploadString (string address)
17
client.Encoding = System.Text.Encoding.UTF8;
18
// Upload the data.
19
string reply = client.UploadString (address, data);
20
- // Disply the server's response.
+ // Display the server's response.
21
Console.WriteLine (reply);
22
}
23
0 commit comments