diff --git a/panic/src/panicking.rs b/panic/src/panicking.rs index 0d44188..b450da8 100644 --- a/panic/src/panicking.rs +++ b/panic/src/panicking.rs @@ -125,8 +125,8 @@ pub(crate) mod panic_count { mod test { use super::*; - /// Sets panic count is 0 - /// Similar to the tests in mod `panic_count` tests need to call this prior + /// Sets panic count to 0 + /// Similar to the tests in mod `panic_count.` Tests need to call this prior /// to testing to ensure correct behavior fn clear_panic_count() { while panic_count::get_count() != 0 {