Fixed some occurrences of 'if' being spelled 'iff'

This commit is contained in:
Esption
2015-07-08 05:29:03 -05:00
parent e6a9be10bc
commit 492f33a267
17 changed files with 25 additions and 25 deletions

View File

@@ -1126,7 +1126,7 @@ macro_rules! uint_impl {
acc
}
/// Returns `true` iff `self == 2^k` for some `k`.
/// Returns `true` if `self == 2^k` for some `k`.
#[stable(feature = "rust1", since = "1.0.0")]
#[inline]
pub fn is_power_of_two(self) -> bool {