diff options
Diffstat (limited to 'include/connection.hpp')
-rw-r--r-- | include/connection.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.hpp b/include/connection.hpp index bf37219..957483a 100644 --- a/include/connection.hpp +++ b/include/connection.hpp @@ -177,7 +177,7 @@ public: */ [[nodiscard]] answer_type patch(const endpoint_variant &endpoint, - const parametermap ¶meters); + const parametermap ¶meters); /*! * @brief Make a HTTP PATCH call. |