Skip to content

Commit

Permalink
Update f32.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromberg90 committed Jan 16, 2020
1 parent 3f337b3 commit d0db6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ impl f32 {
unsafe { cmath::fdimf(self, other) }
}

/// Takes the cubic root of a number.
/// Returns the cubic root of a number.
///
/// # Examples
///
Expand Down

0 comments on commit d0db6d5

Please sign in to comment.