Googletest export

Add missing period and use "that" in restrictive clause.

PiperOrigin-RevId: 361941663
This commit is contained in:
Abseil Team 2021-03-09 18:06:14 -08:00 committed by Dino Radaković
parent 861d535e25
commit e8512bc38c

View File

@ -310,8 +310,8 @@ EXPECT_CALL(mock_object, non-overloaded-method)
This syntax allows the test writer to specify "called with any arguments"
without explicitly specifying the number or types of arguments. To avoid
unintended ambiguity, this syntax may only be used for methods which are not
overloaded
unintended ambiguity, this syntax may only be used for methods that are not
overloaded.
Either form of the macro can be followed by some optional *clauses* that provide
more information about the expectation. We'll discuss how each clause works in