Skip to content

Commit

Permalink
Fix comment typos in panicking::test
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Dealy <[email protected]>
  • Loading branch information
nick-mobilecoin and samdealy authored Jan 12, 2023
1 parent 5ead635 commit 7e78c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panic/src/panicking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7e78c2f

Please sign in to comment.