summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortastytea2020-01-09 15:16:04 +0100
committertastytea2020-01-09 15:16:04 +0100
commit913130b57d07a5e5e4e5be5bfc31185f9c576e8f (patch)
tree161df4fa0575c0b8e8752ddcde2128b9a2947f54 /include
parent447fc05dbe96136712d43c2e745e1978f2af213b (diff)
downloadmastodonpp-913130b57d07a5e5e4e5be5bfc31185f9c576e8f.tar
mastodonpp-913130b57d07a5e5e4e5be5bfc31185f9c576e8f.tar.gz
mastodonpp-913130b57d07a5e5e4e5be5bfc31185f9c576e8f.zip
Escape keyword “API” in documentation.
Diffstat (limited to 'include')
-rw-r--r--include/curl_wrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp
index 1ff1d07..fc3bf3f 100644
--- a/include/curl_wrapper.hpp
+++ b/include/curl_wrapper.hpp
@@ -53,7 +53,7 @@ enum class http_method
};
/*!
- * @brief std::map of parameters for API calls.
+ * @brief std::map of parameters for %API calls.
*
* Example:
* @code