diff options
-rw-r--r-- | include/curl_wrapper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 9fec3b6..6eb9d93 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -130,7 +130,7 @@ public: } /*! - * @brief URL decodes the given string . + * @brief URL decodes the given string. * * For more information consult [curl_easy_unescape(3)] * (https://curl.haxx.se/libcurl/c/curl_easy_unescape.html). |