mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-30 21:32:02 +00:00
Fix typo in 'Limits' docs: anf -> and.
This commit is contained in:
parent
86c7a67b02
commit
9108e79fb9
@ -105,7 +105,7 @@ impl Limits {
|
|||||||
Limits::default()
|
Limits::default()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Adds or replaces a limit in `self`, consuming `self` anf returning a new
|
/// Adds or replaces a limit in `self`, consuming `self` and returning a new
|
||||||
/// `Limits` structure with the added or replaced limit.
|
/// `Limits` structure with the added or replaced limit.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
Loading…
Reference in New Issue
Block a user