1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-29 03:04:27 +01:00

Merge pull request #562 from kisvegabor/patch-1

Fix typo in UnityHelperScriptsGuide.md (Thanks @kisvegabor !)
This commit is contained in:
Mark VanderVoord
2021-06-02 09:52:45 -04:00
committed by GitHub

View File

@@ -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);"
``` ```