From 7f0890916a968f27cd9265bfe0071ba06eda40fc Mon Sep 17 00:00:00 2001 From: Mike Long Date: Tue, 22 Mar 2011 21:51:32 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f5aeef..3c8e4f8 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ with for the fake function. It is probably easier to describe with an example: ASSERT_EQ(myReturnVals[2], longfunc0()); } -By specifying a return value sequence using the SET_RETURN_SEQ macro, +By specifying a return value sequence using the SET_RETURN_SEQ macro, the fake will return the values given in the parameter array in sequence. When the end of the sequence is reached the fake will continue to return the last value in the sequence indefinitely.