Skip to content

Commit 0a82253

Browse files
author
Amanda Butler
authored
Add comma to SocketAddress.h
Add comma to existing text.
1 parent e919511 commit 0a82253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/netsocket/SocketAddress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SocketAddress {
5858

5959
/** Create a SocketAddress from a raw IP address and port
6060
*
61-
* To construct from a host name use NetworkInterface::gethostbyname
61+
* To construct from a host name, use NetworkInterface::gethostbyname
6262
*
6363
* @param addr Raw IP address
6464
* @param port Optional 16-bit port, defaults to 0

0 commit comments

Comments
 (0)