From 5eb11534a5edd601cbd5b89994d65c4ac0c6516f Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 4 Jan 2020 13:29:36 +0100 Subject: [PATCH] Update description for Instance. --- include/instance.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/instance.hpp b/include/instance.hpp index 2724185..635676b 100644 --- a/include/instance.hpp +++ b/include/instance.hpp @@ -27,7 +27,7 @@ namespace mastodonpp using std::string; /*! - * @brief Holds the hostname and access token of an instance. + * @brief Holds the access data of and the connection to an instance. * * @since 0.1.0 *