Merge 84caa3bf404c6a431105c1894bd7e3d9495643c4 into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
Jonathan Lipps 2026-06-11 19:28:10 +02:00 committed by GitHub
commit 58d0ea1814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<Buzz>,
// to avoid interfere with other tests.
// to avoid interfering with other tests.
DefaultValue<std::unique_ptr<Buzz>>::Clear();
```