mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-22 11:09:57 +00:00
Fix typo in UnityHelperScriptsGuide.md
An `e` is missing in`suit_setup` in the `my_config.yml`.
This commit is contained in:
@@ -74,7 +74,7 @@ to love the next section of this document.
|
|||||||
- stdio.h
|
- stdio.h
|
||||||
- microdefs.h
|
- microdefs.h
|
||||||
:cexception: 1
|
:cexception: 1
|
||||||
:suit_setup: "blah = malloc(1024);"
|
:suite_setup: "blah = malloc(1024);"
|
||||||
:suite_teardown: "free(blah);"
|
:suite_teardown: "free(blah);"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user