diff options
author | Abseil Team <absl-team@google.com> | 2021-04-26 14:30:13 -0400 |
---|---|---|
committer | Derek Mauro <dmauro@google.com> | 2021-04-29 10:40:14 -0400 |
commit | 6e8a8623fb5658647305b34d326899eb75b7a527 (patch) | |
tree | 658af793bdcd1e20eb0f184966e0cdab9960a99f | |
parent | 252ce9c52d304659eff6be558209c811b7191963 (diff) | |
download | googletest-6e8a8623fb5658647305b34d326899eb75b7a527.tar.gz googletest-6e8a8623fb5658647305b34d326899eb75b7a527.zip |
Googletest export
internal change
PiperOrigin-RevId: 370503556
-rw-r--r-- | docs/gmock_cheat_sheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |