Skip to content

Commit

Permalink
auto merge of rust-lang#9900 : hatahet/rust/master, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 17, 2013
2 parents 386fa1d + 256913e commit 2cb96a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/num/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ impl_from_primitive!(f64, n.to_f64())
/// # Example
///
/// ```
/// let twenty: f32 = num::cast(0x14);
/// let twenty: f32 = num::cast(0x14).unwrap();
/// assert_eq!(twenty, 20f32);
/// ```
///
Expand Down

0 comments on commit 2cb96a4

Please sign in to comment.