Skip to content

Commit 303292f

Browse files
author
Amanda Butler
authored
Update networksocket.md
Make change suggested in comments for accuracy.
1 parent b678536 commit 303292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/networksocket/networksocket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The network socket API provides a common interface for using sockets on network
9797
- [UDPSocket](udpsocket.html): This class provides the ability to send packets of data over UDP.
9898
- [TCPSocket](tcpsocket.html): This class provides the ability to send a stream of data over TCP.
9999
- [SocketAddress](socketaddress.html): You can use this class to represent the IP address and port pair of a unique network endpoint.
100-
- [CellularNonIPSocket](cellularnonipsocket.html): This class provides the ability to send and receive 3GPP non-IP datagrams (NIDD) using our cellular IoT feature.
100+
- [CellularNonIPSocket](cellularnonipsocket.html): This class provides the ability to send and receive 3GPP non-IP datagrams (NIDD) using the cellular IoT feature.
101101
- [Network status](network-status.html): API for monitoring network status changes.
102102
- [DNS resolver](dns-resolver.html): API for resolving DNS names
103103

0 commit comments

Comments
 (0)