Skip to content

Commit 003c19d

Browse files
Updated API
1 parent 17f2913 commit 003c19d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/WiFiS3/src/WiFiClient.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ class WiFiClient : public Client {
5757
/**
5858
* @brief Establishes a connection to a server using an IP address and port.
5959
*
60-
* @param Using `ip` as the IP address of the server to connect to.
61-
* And `port` as the port number on the server to connect to.
60+
* @param `ip` as the IP address of the server to connect to.
61+
* @param `port` as the port number on the server to connect to.
6262
*
6363
* @return `1` on a successful connection, `0` on failure.
6464
*/
@@ -68,7 +68,7 @@ class WiFiClient : public Client {
6868
* @brief Establishes a connection to a server using a hostname and port.
6969
*
7070
* @param `host` is a pointer to a null-terminated string containing the hostname of the server.
71-
* And `port` is the port number on the server to connect to.
71+
* @param `port` is the port number on the server to connect to.
7272
*
7373
* @return `1` if the connection was successful, `0` otherwise.
7474
*/

0 commit comments

Comments
 (0)