Skip to content

Commit a142ab2

Browse files
authored
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

Diff for: 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)