From 555b608116e178edd692455e865d8f6a5d3b1c3f Mon Sep 17 00:00:00 2001 From: pwatt01 Date: Mon, 27 Apr 2020 12:23:29 +0930 Subject: [PATCH] Remove Trailing whitespace --- docs/CMock_Summary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index 640df1b..96e2b46 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -164,10 +164,10 @@ care how many times it was called, right? StopIgnore: ------- -Maybe you want to ignore a particular function for part of a test but dont want to -ignore it later on. In that case, you want to use StopIgnore which will cancel the +Maybe you want to ignore a particular function for part of a test but dont want to +ignore it later on. In that case, you want to use StopIgnore which will cancel the previously called Ignore or IgnoreAndReturn requiring you to Expect or otherwise -handle the call to a function. +handle the call to a function. * `void func(void)` => `void func_StopIgnore(void)` * `void func(params)` => `void func_StopIgnore(void)`