Skip to content

Commit 7a9d875

Browse files
hlovdalianfixes
authored andcommitted
Correct header file name
1 parent 3e32afe commit 7a9d875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ unittest(your_test_name)
9797
unittest_main()
9898
```
9999

100-
This test defines one `unittest` (a macro provided by `ArduionUnitTests.h`), called `your_test_name`, which makes some assertions on the target library. The `unittest_main()` is a macro for the `int main()` boilerplate required for unit testing.
100+
This test defines one `unittest` (a macro provided by `ArduinoUnitTests.h`), called `your_test_name`, which makes some assertions on the target library. The `unittest_main()` is a macro for the `int main()` boilerplate required for unit testing.
101101

102102

103103
# Mocks

SampleProjects/DoSomething/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ unittest(your_test_name)
101101
unittest_main()
102102
```
103103

104-
This test defines one `unittest` (a macro provided by `ArduionUnitTests.h`), called `your_test_name`, which makes some assertions on the target library. The `int main` section is boilerplate.
104+
This test defines one `unittest` (a macro provided by `ArduinoUnitTests.h`), called `your_test_name`, which makes some assertions on the target library. The `int main` section is boilerplate.
105105

106106

107107
# Credits

0 commit comments

Comments
 (0)