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.