We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19f59e commit 224ffbdCopy full SHA for 224ffbd
README.md
@@ -99,7 +99,7 @@ Connect to broker using the supplied client id and an optional username and pass
99
100
```c++
101
boolean connect(const char * clientId);
102
-boolean connect(const char * clientId, const char* username, const char* password);
+boolean connect(const char * clientId, const char * username, const char * password);
103
```
104
105
_This functions returns a value that indicates if the connection has been established successfully._
0 commit comments