From 6e8a8623fb5658647305b34d326899eb75b7a527 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 26 Apr 2021 14:30:13 -0400 Subject: [PATCH] Googletest export internal change PiperOrigin-RevId: 370503556 --- docs/gmock_cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gmock_cheat_sheet.md b/docs/gmock_cheat_sheet.md index 90be4a3e..8e371fc0 100644 --- a/docs/gmock_cheat_sheet.md +++ b/docs/gmock_cheat_sheet.md @@ -675,7 +675,7 @@ meaning of the `.After()`. ### Sequences {#UsingSequences} When you have a long chain of sequential expectations, it's easier to specify -the order using **sequences**, which don't require you to given each expectation +the order using **sequences**, which don't require you to give each expectation in the chain a different name. *All expected calls* in the same sequence must occur in the order they are specified.