Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in param comment
  • Loading branch information
MSchmidt authored May 10, 2021
commit a142ab269963134377a638e669ee54bd649b856f
2 changes: 1 addition & 1 deletion src/WebSocketClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class WebSocketClient : public HttpClient
/** Start the Web Socket connection to the specified path with headers
@param aPath Path to use in request
@param additionalHeaders 2D array with headers
@param headerRows amound of rows in additionalHeaders array
@param headerRows amount of rows in additionalHeaders array
@return 0 if successful, else error
*/
int begin(const char* aPath, char* (*additionalHeaders)[2], size_t headerRows);
Expand Down