From 563b93e5ec4549cfa6896976937be12cfa7c63ad Mon Sep 17 00:00:00 2001 From: throwaway47912 Date: Wed, 10 Feb 2021 15:20:03 +0100 Subject: [PATCH] Fix typo in doc --- docs/UnityGettingStartedGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UnityGettingStartedGuide.md b/docs/UnityGettingStartedGuide.md index c054b36..a0fb035 100644 --- a/docs/UnityGettingStartedGuide.md +++ b/docs/UnityGettingStartedGuide.md @@ -96,7 +96,7 @@ Both functions accept no arguments and return nothing. You may leave either or both of these blank if you have no need for them. If you're using Ceedling or the test runner generator script, you may leave these off -completely. Not sure? Give it a try. If you compiler complains that it can't +completely. Not sure? Give it a try. If your compiler complains that it can't find setUp or tearDown when it links, you'll know you need to at least include an empty function for these.