Fix typo in UnityHelperScriptsGuide.md

An `e` is missing in`suit_setup` in the `my_config.yml`.
This commit is contained in:
Gabor Kiss-Vamosi
2021-06-02 15:38:27 +02:00
committed by GitHub
parent 7d37a8e11e
commit fa5644bd07
+1 -1
View File
@@ -74,7 +74,7 @@ to love the next section of this document.
- stdio.h
- microdefs.h
:cexception: 1
:suit_setup: "blah = malloc(1024);"
:suite_setup: "blah = malloc(1024);"
:suite_teardown: "free(blah);"
```