File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments