From d9756db965156e79df212c4c3a2622d90807d251 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 22 Nov 2020 00:53:36 +0100 Subject: [PATCH] Clarified documentation for answer. --- src/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.hpp b/src/types.hpp index bad4dac..5b9f5e1 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -55,7 +55,7 @@ struct answer { std::uint16_t status{0}; //!< Status code. string headers; //!< The headers of the response from the server. - string body; //!< The response from the server. + string body; //!< The response body from the server. /*! * @brief Returns true if #status is 200.