Skip to content

Commit 215c929

Browse files
author
Amanda Butler
authored
Fix apostrophe
Delete unnecessary apostrophe because there is no possession.
1 parent 81b0454 commit 215c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The TCPServer class provides the ability to accept incoming TCP connections. The
44

55
The constructor takes in the NetworkStack pointer to open the socket on the specified NetworkInterface. If you do not pass the NetworkStack pointer in the constructor, then you must call open to initialize the socket.
66

7-
Refer to [TCPSocket](/docs/v5.6/reference/tcpsocket.html) class for TCP `connect`, `send` and `recv` API's.
7+
Refer to [TCPSocket](/docs/v5.6/reference/tcpsocket.html) class for TCP `connect`, `send` and `recv` APIs.
88

99
### TCPServer class reference
1010

0 commit comments

Comments
 (0)