From 913130b57d07a5e5e4e5be5bfc31185f9c576e8f Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Jan 2020 15:16:04 +0100 Subject: [PATCH] =?UTF-8?q?Escape=20keyword=20=E2=80=9CAPI=E2=80=9D=20in?= =?UTF-8?q?=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/curl_wrapper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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