From 1c3efd35895676004aea7b640c8f2ef4ca526618 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 12 Feb 2020 20:22:47 +0100 Subject: [PATCH] Typo: A space too much. --- 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 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).