diff options
author | tastytea | 2020-01-04 12:22:43 +0100 |
---|---|---|
committer | tastytea | 2020-01-04 12:22:43 +0100 |
commit | dd1ee45c15f099ffebca978c5a13c5db874cd1d8 (patch) | |
tree | 7df399399900599e95b845535e25137059fad245 /include/request.hpp | |
parent | c9009e1de03d28a96447571a12dde72e1cda6d95 (diff) | |
download | mastodonpp-dd1ee45c15f099ffebca978c5a13c5db874cd1d8.tar mastodonpp-dd1ee45c15f099ffebca978c5a13c5db874cd1d8.tar.gz mastodonpp-dd1ee45c15f099ffebca978c5a13c5db874cd1d8.zip |
Escape API in documentation where necessary.
Diffstat (limited to 'include/request.hpp')
-rw-r--r-- | include/request.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |