Skip to content

Commit

Permalink
Minor documentation fixes (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaldwin authored Dec 1, 2020
1 parent 588283b commit be8943f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/lift/client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class client

/**
* Creates a new lift event loop to execute many asynchronous HTTP requests simultaneously.
* @param options See client::options for various options.
* @param opts See client::options for various options.
*/
explicit client(
options opts = options{
Expand Down
2 changes: 1 addition & 1 deletion inc/lift/request.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ class request
auto mime_fields() const -> const std::vector<lift::mime_field>& { return m_mime_fields; }

/**
* @param mime_field Adds this mime field to this mime HTTP request.
* @param mf Adds this mime field to this mime HTTP request.
*/
auto mime_field(lift::mime_field mf) -> void;

Expand Down

0 comments on commit be8943f

Please sign in to comment.