Skip to content

Commit b066ab6

Browse files
author
Amanda Butler
authored
Update UDPSocket.md
Fix content I accidentally changed.
1 parent dd69e29 commit b066ab6

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 the specified NetworkInterface. If the NetworkStack pointer does not pass in the 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 you do not pass in the constructor, then you must call `open` to initialize the socket.
66

77
### UDPSocket class reference
88

0 commit comments

Comments
 (0)