We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420a263 + 94f3a5c commit 4101115Copy full SHA for 4101115
googletest/src/assertions.rs
@@ -302,7 +302,7 @@ macro_rules! fail {
302
() => { fail!("Test failed") };
303
}
304
305
-/// Matches the given value against the given matcher, panicing if it does not
+/// Matches the given value against the given matcher, panicking if it does not
306
/// match.
307
///
308
/// This is analogous to assertions in most Rust test libraries, where a failed
@@ -322,7 +322,7 @@ macro_rules! assert_that {
322
323
324
/// Asserts that the given predicate applied to the given arguments returns
325
-/// true, panicing if it does not.
+/// true, panicking if it does not.
326
#[macro_export]
327
macro_rules! assert_pred {
328
($($content:tt)*) => {
0 commit comments