From c492158f64884727a7ce94e3b04f4498c97ae2d4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 17 Nov 2018 20:41:06 +0100 Subject: [PATCH] Enhanced description for language(const string &language) --- src/easy/entities/status.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easy/entities/status.hpp b/src/easy/entities/status.hpp index 176af75..bc8021d 100644 --- a/src/easy/entities/status.hpp +++ b/src/easy/entities/status.hpp @@ -176,7 +176,7 @@ namespace Mastodon const string language() const; /*! - * @brief Sets the language of the status + * @brief Overrides the language of the status (ISO 639-2) * * @since 0.17.0 */