Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a142ab2

Browse files
authoredMay 10, 2021
Fix typo in param comment
1 parent 4a66056 commit a142ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/WebSocketClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class WebSocketClient : public HttpClient
2525
/** Start the Web Socket connection to the specified path with headers
2626
@param aPath Path to use in request
2727
@param additionalHeaders 2D array with headers
28-
@param headerRows amound of rows in additionalHeaders array
28+
@param headerRows amount of rows in additionalHeaders array
2929
@return 0 if successful, else error
3030
*/
3131
int begin(const char* aPath, char* (*additionalHeaders)[2], size_t headerRows);

0 commit comments

Comments
 (0)
Please sign in to comment.