Commit e8512bc3 authored by Abseil Team's avatar Abseil Team Committed by Dino Radaković
Browse files

Googletest export

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

PiperOrigin-RevId: 361941663
parent 861d535e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment