Fix typo in 'Limits' docs: anf -> and.

This commit is contained in:
Sergio Benitez 2017-08-04 20:21:21 -07:00
parent 86c7a67b02
commit 9108e79fb9

View File

@ -105,7 +105,7 @@ impl Limits {
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.
///
/// # Example