From 1b2606425c4040cacadaa22689423ec0a29f316d Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 2 Dec 2021 07:43:48 -0800 Subject: [PATCH] Fix typo in GoogleMock Cookbook. PiperOrigin-RevId: 413674665 Change-Id: I466f87348390f42434a70f183efdf0557be9dddd --- docs/gmock_cook_book.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gmock_cook_book.md b/docs/gmock_cook_book.md index b41c5b98..9494f122 100644 --- a/docs/gmock_cook_book.md +++ b/docs/gmock_cook_book.md @@ -1084,7 +1084,7 @@ using ::testing::Lt; ``` says that `Blah` will be called with arguments `x`, `y`, and `z` where `x < y < -z`. Note that in this example, it wasn't necessary specify the positional +z`. Note that in this example, it wasn't necessary to specify the positional matchers. As a convenience and example, gMock provides some matchers for 2-tuples,