summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/mastodonpp.hpp2
-rw-r--r--include/request.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp
index 1362ad3..8b7ed45 100644
--- a/include/mastodonpp.hpp
+++ b/include/mastodonpp.hpp
@@ -68,7 +68,7 @@
*/
/*!
- * @brief C++ wrapper for the Mastodon API.
+ * @brief C++ wrapper for the Mastodon %API.
*
* All text input is expected to be UTF-8.
*
diff --git a/include/request.hpp b/include/request.hpp
index c953f63..d41611c 100644
--- a/include/request.hpp
+++ b/include/request.hpp
@@ -29,7 +29,7 @@ namespace mastodonpp
using std::string;
/*!
- * @brief Used to make a request to the Mastodon API.
+ * @brief Used to make a request to the Mastodon %API.
*
* @since 0.1.0
*