From 3d614afa72a87192273f6edeb9d092e25c04a09a Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 20 Jan 2020 02:29:01 +0100 Subject: [PATCH] Instance is not a function. --- include/instance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/instance.hpp b/include/instance.hpp index 67793b5..f94980d 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -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.