diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/instance.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/instance.hpp b/include/instance.hpp index f94980d..030ca2a 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -274,7 +274,8 @@ public: * The `body` of the returned @link answer_type answer @endlink * contains only the access token, not the whole JSON response. * - * The access token will be set in the parent Instance. + * The access token will be set in the Instance you initialized + * this ObtainToken with. * * @param code The authorization code you got from the user. * |