Skip to content

Commit d5f29f4

Browse files
author
Amanda Butler
authored
Copy edit new addition to UDPSocket.md
Make minor copy edit to add articles.
1 parent 612ecd7 commit d5f29f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/api/connectivity/networksocket/UDPSocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The UDPSocket class provides the ability to send packets of data over UDP, using the `sendto` and `recvfrom` member functions. Packets can be lost or arrive out of order, so we suggest using a [TCPSocket](/docs/v5.6/reference/tcpsocket.html) when you require guaranteed delivery.
44

5-
The constructor takes in the NetworkStack pointer to open the socket on specified NetworkInterface. If NetworkStack is not passed in constructor, then you must call `open` to initialize the socket.
5+
The constructor takes in the NetworkStack pointer to open the socket on the specified NetworkInterface. If NetworkStack is not passed in the constructor, then you must call `open` to initialize the socket.
66

77
### UDPSocket class reference
88

0 commit comments

Comments
 (0)