fix docs for response::Builder::status()

This commit is contained in:
Sean McArthur
2017-07-31 11:13:38 -07:00
parent 57f44691b3
commit e1fb56a30c
+2 -2
View File
@@ -500,12 +500,12 @@ impl Builder {
Builder::default()
}
/// Set the HTTP method for this response.
/// Set the HTTP status for this response.
///
/// This function will configure the HTTP status code of the `Response` that
/// will be returned from `Builder::build`.
///
/// By default this is `GET`.
/// By default this is `200`.
///
/// # Examples
///