Skip to content

Commit 739ea29

Browse files
authored
Fix typo (#4008)
1 parent 45af1e5 commit 739ea29

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsync/CS

1 file changed

+1
-1
lines changed

samples/snippets/csharp/VS_Snippets_Remoting/NCLWebClientAsync/CS/asyncmethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void UploadString (string address)
1717
client.Encoding = System.Text.Encoding.UTF8;
1818
// Upload the data.
1919
string reply = client.UploadString (address, data);
20-
// Disply the server's response.
20+
// Display the server's response.
2121
Console.WriteLine (reply);
2222
}
2323

0 commit comments

Comments
 (0)