From f9c08aec8115a556518c7c1ae16a35dad2cddeb6 Mon Sep 17 00:00:00 2001 From: James Fraser Date: Sat, 2 Mar 2019 16:00:41 +1100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e5a1f9..15b0d9c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ - [User Defined Argument History](#user-defined-argument-history) - [Function Return Value Sequences](#function-return-value-sequences) - [Custom Return Value Delegate](#custom-return-value-delegate) -- [Custom Return Value Delegate Sequences](#custom-return-value-delegate-sequences) - [Return Value History](#return-value-history) - [Variadic Functions](#variadic-functions) - [Common Questions](#common-questions) @@ -335,7 +334,7 @@ TEST_F(FFFTestSuite, when_value_custom_fake_called_THEN_it_returns_custom_return } ``` -## Custom Return Value Delegate Sequences +### Custom Return Value Delegate Sequences Say you have a function with an out parameter, and you want it to have a different behaviour on the first three calls, for example: set the value 'x' to the out parameter on the first call,