Instance is not a function.

This commit is contained in:
tastytea 2020-01-20 02:29:01 +01:00
parent 60f26dc864
commit 3d614afa72
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ public:
/*!
* @brief Simplifies obtaining an OAuth 2.0 Bearer Access Token.
*
* * Create an Instance() and initialize this class with it.
* * Create an Instance and initialize this class with it.
* * Call step_1() to get the URI your user has to visit.
* * Get the authorization code from your user.
* * Call step_2() with the code.