diff --git a/docs/gmock_cheat_sheet.md b/docs/gmock_cheat_sheet.md index ddafaaa2..d177ed38 100644 --- a/docs/gmock_cheat_sheet.md +++ b/docs/gmock_cheat_sheet.md @@ -153,7 +153,7 @@ To customize the default action for functions with return type `T`, use EXPECT_NE(buzz1, buzz2); // Resets the default action for return type std::unique_ptr, - // to avoid interfere with other tests. + // to avoid interfering with other tests. DefaultValue>::Clear(); ```