mirror of https://github.com/rwf2/Rocket.git
Fix 'Response::join' docs.
This commit is contained in:
parent
bd66cc1313
commit
b802d677f5
|
@ -1057,10 +1057,10 @@ impl<'r> Response<'r> {
|
|||
}
|
||||
}
|
||||
|
||||
// Sets `self`'s status and body to that of `other` if they are not already
|
||||
// set in `self`. Any headers present in both `other` and `self` are
|
||||
// adjoined.
|
||||
//
|
||||
/// Sets `self`'s status and body to that of `other` if they are not already
|
||||
/// set in `self`. Any headers present in both `other` and `self` are
|
||||
/// adjoined.
|
||||
///
|
||||
/// # Example
|
||||
///
|
||||
/// ```rust
|
||||
|
|
Loading…
Reference in New Issue