Commit 6e58fd15 authored by Max Kellermann's avatar Max Kellermann

lib/curl/Multi: reword API documentation

parent c5fec4ac
......@@ -47,7 +47,7 @@ public:
/**
* Allocate a new CURLM*.
*
* Throws std::runtime_error on error.
* Throws on error.
*/
CurlMulti()
:handle(curl_multi_init())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment