diff --git a/src/lib.rs b/src/lib.rs index d597b2e..7244f3c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -164,7 +164,7 @@ pub fn pow>(mut base: T, mut exp: usize) -> acc } -/// Raises a value to the power of exp, returning `None` if an overflow occured. +/// Raises a value to the power of exp, returning `None` if an overflow occurred. /// /// Otherwise same as the `pow` function. ///