From 66a4e18effff0be397d9e183b8df528116b06c6f Mon Sep 17 00:00:00 2001 From: JayDeezus <47218690+JayDeezus@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:53:17 -0800 Subject: [PATCH] Update README.md fixed grammar error on 26 --- Samples/DatagramSocket/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Samples/DatagramSocket/README.md b/Samples/DatagramSocket/README.md index b8557f5204..1052f30c0f 100644 --- a/Samples/DatagramSocket/README.md +++ b/Samples/DatagramSocket/README.md @@ -23,7 +23,7 @@ description: "Shows how to a use datagram (UDP) socket to send and receive data. # DatagramSocket sample -Shows how to a use datagram (UDP) socket to send and receive data using the [DatagramSocket](http://msdn.microsoft.com/library/windows/apps/br241319) +Shows how to use a datagram (UDP) socket to send and receive data using the [DatagramSocket](http://msdn.microsoft.com/library/windows/apps/br241319) and related classes in the [Windows.Networking.Sockets](http://msdn.microsoft.com/library/windows/apps/br226960) namespace in your Universal Windows Platform (UWP) app. > **Note:** This sample is part of a large collection of UWP feature samples.