From 7e78c2fffc729cbb2bc0abd0872dfd836a6bbd70 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Thu, 12 Jan 2023 11:00:26 -0800 Subject: [PATCH] Fix comment typos in `panicking::test` Co-authored-by: Sam Dealy <33067698+samdealy@users.noreply.github.com> --- panic/src/panicking.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {