From 2c13f03a1cf1877047e671f84e4647aa411e780d Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 20 Jan 2020 02:31:42 +0100 Subject: [PATCH] Clarify documentation for Instance::ObtainToken::step_2(). --- include/instance.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. *