Skip to content

Commit

Permalink
libcore: Fix documentation comment for f32.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuda committed Aug 8, 2014
1 parent 86decf6 commit c56fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/num/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ impl Float for f32 {
#[inline]
fn frac_pi_8() -> f32 { consts::FRAC_PI_8 }

/// 1 .0/ pi
/// 1.0 / pi
#[inline]
fn frac_1_pi() -> f32 { consts::FRAC_1_PI }

Expand Down

5 comments on commit c56fa5f

@bors
Copy link
Contributor

@bors bors commented on c56fa5f Aug 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at ruuda@c56fa5f

@bors
Copy link
Contributor

@bors bors commented on c56fa5f Aug 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging ruud-v-a/rust/fix-f32-doc = c56fa5f into auto

@bors
Copy link
Contributor

@bors bors commented on c56fa5f Aug 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruud-v-a/rust/fix-f32-doc = c56fa5f merged ok, testing candidate = 4136d5f

@bors
Copy link
Contributor

@bors bors commented on c56fa5f Aug 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 4136d5f

Please sign in to comment.