We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66056 commit a142ab2Copy full SHA for a142ab2
src/WebSocketClient.h
@@ -25,7 +25,7 @@ class WebSocketClient : public HttpClient
25
/** Start the Web Socket connection to the specified path with headers
26
@param aPath Path to use in request
27
@param additionalHeaders 2D array with headers
28
- @param headerRows amound of rows in additionalHeaders array
+ @param headerRows amount of rows in additionalHeaders array
29
@return 0 if successful, else error
30
*/
31
int begin(const char* aPath, char* (*additionalHeaders)[2], size_t headerRows);
0 commit comments