From 553dc94b76152045e924303c94b7b3b9689baf7c Mon Sep 17 00:00:00 2001 From: pwatt01 Date: Fri, 24 Apr 2020 12:08:50 +0930 Subject: [PATCH] Fix typo --- docs/CMock_Summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index f56f43f..640df1b 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -166,7 +166,7 @@ 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 -previously called Ignore or IgnoreAndReturn requireing you to Expect or otherwise +previously called Ignore or IgnoreAndReturn requiring you to Expect or otherwise handle the call to a function. * `void func(void)` => `void func_StopIgnore(void)`