From 33713bca490ca217b587b8841252b5adb6cbaf5d Mon Sep 17 00:00:00 2001 From: Robin Kruppe Date: Thu, 4 Feb 2016 14:09:59 +0100 Subject: drive-by doc fixes --- src/libcore/num/dec2flt/algorithm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore') diff --git a/src/libcore/num/dec2flt/algorithm.rs b/src/libcore/num/dec2flt/algorithm.rs index 245f415de00..e33c2814bf2 100644 --- a/src/libcore/num/dec2flt/algorithm.rs +++ b/src/libcore/num/dec2flt/algorithm.rs @@ -127,7 +127,7 @@ fn algorithm_r(f: &Big, e: i16, z0: T) -> T { // This is written a bit awkwardly because our bignums don't support // negative numbers, so we use the absolute value + sign information. // The multiplication with m_digits can't overflow. If `x` or `y` are large enough that - // we need to worry about overflow, then they are also large enough that`make_ratio` has + // we need to worry about overflow, then they are also large enough that `make_ratio` has // reduced the fraction by a factor of 2^64 or more. let (d2, d_negative) = if x >= y { // Don't need x any more, save a clone(). -- cgit 1.4.1-3-g733a5