Fixed typo
This commit is contained in:
parent
354675a55c
commit
13790264b5
|
@ -1917,7 +1917,7 @@ pub trait CommonFloat where Self: Num + Copy + NumCast + Neg<Output = Self> {
|
||||||
///
|
///
|
||||||
/// let difference = a.pown(b);
|
/// let difference = a.pown(b);
|
||||||
///
|
///
|
||||||
/// assert(difference > 3.9f64);
|
/// assert!(difference > 3.9f64);
|
||||||
/// ```
|
/// ```
|
||||||
fn pown(self, n: Self) -> Self;
|
fn pown(self, n: Self) -> Self;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue